gitkglobal.c File Reference

libgitk global vars More...

#include "gitkincludes.h"

Include dependency graph for gitkglobal.c:

Include dependency graph

Go to the source code of this file.

Variables

gboolean check_mode = FALSE
 required for make check to work, allows renderer to be NULL and disables gitk_dialog_dump()

gchar * client_locale_dir = NULL
 name of the client locale dir, required for client_gettext()

gchar * client_name = NULL
 name of the client application (from argv[0])

gchar * client_package_name = NULL
 name of the client package, required for client_gettext()

GitkDialogPtr cur_context = NULL
 current context, show all contexts of highest priority if NULL or use one if there is only one

gboolean exchange_event_loop = FALSE
 is used to restart the event-loop when exchanging renderers

GList * gitk_dialog_list = NULL
 context list

GList * gitk_global_callback_list = NULL
 global callback list

gboolean gitk_initialized = FALSE
 will be set to true after successfully processing gitk_init() and back to false in gitk_exit_func()

GitkRenderergitk_renderer = NULL
 lib-handle of the renderer

gchar * gitk_renderer_name = NULL
 name of the renderer

guint gitk_server_port = 0
 portnumber of internal http server (via libhttpd)

gchar * gitk_style_name = NULL
 name of the style sheet to use

gchar * log_file_name = "/tmp/gitk.log"
 the path to the file gitk should log to

GThread * server_thread = NULL
 thread id of the internal gitk http server

xmlXPathCompExprPtr xpath_get_dialog_modality = NULL
 compiled xpath expression for "/giml/widgets/modal/text()"

xmlXPathCompExprPtr xpath_get_dialog_name = NULL
 compiled xpath expression for "/giml/meta/dc:title/text()"

xmlXPathCompExprPtr xpath_get_label = NULL
 compiled xpath expression for "./label/text()"

xsltStylesheetPtr xsl_domain = NULL
 xsl to do domain translation

xsltStylesheetPtr xsl_expand = NULL
 xsl to add defaults

xsltStylesheetPtr xsl_i18n = NULL
 xsl to do i18n

xsltStylesheetPtr xsl_style = NULL
 xsl to insert style information


Detailed Description

libgitk global vars

Id
gitkglobal.c,v 1.33 2004/08/24 17:23:06 ensonic Exp

Author:
Stefan Kost <ensonic@users.sf.net>
Date:
Fri Jun 29 15:19:01 2001

Definition in file gitkglobal.c.


Variable Documentation

gboolean check_mode = FALSE
 

required for make check to work, allows renderer to be NULL and disables gitk_dialog_dump()

Definition at line 43 of file gitkglobal.c.

Referenced by gitk_renderer_activate().

gchar* client_locale_dir = NULL
 

name of the client locale dir, required for client_gettext()

Definition at line 37 of file gitkglobal.c.

Referenced by gitk_init(), and index_html().

gchar* client_name = NULL
 

name of the client application (from argv[0])

Definition at line 27 of file gitkglobal.c.

Referenced by gitk_init(), and index_html().

gchar* client_package_name = NULL
 

name of the client package, required for client_gettext()

Definition at line 32 of file gitkglobal.c.

Referenced by gitk_dialog_trans_i18n_walker(), gitk_init(), and index_html().

gboolean exchange_event_loop = FALSE
 

is used to restart the event-loop when exchanging renderers

See also:
gitk_event_loop_exchange()

Definition at line 71 of file gitkglobal.c.

Referenced by gitk_event_loop_start(), and index_html().

GList* gitk_dialog_list = NULL
 

context list

Definition at line 94 of file gitkglobal.c.

Referenced by gitk__dialog_attach_callback(), gitk_context_activate(), gitk_context_count_active(), gitk_context_get_highest_used_priority(), gitk_dialog_detach_callback(), gitk_dialog_hide(), gitk_dialog_show(), gitk_done(), gitk_event_loop_exchange(), gitk_relayout(), gitkr_render(), gitkr_select_context(), and index_html().

GList* gitk_global_callback_list = NULL
 

global callback list

Definition at line 104 of file gitkglobal.c.

Referenced by gitk__dialog_attach_callback(), gitk_dialog_detach_callback(), gitk_dialog_trans_callback(), gitk_done(), and gitk_get_callback_node().

gboolean gitk_initialized = FALSE
 

will be set to true after successfully processing gitk_init() and back to false in gitk_exit_func()

Definition at line 22 of file gitkglobal.c.

Referenced by gitk_done(), gitk_exit_func(), and gitk_init().

GitkRenderer* gitk_renderer = NULL
 

lib-handle of the renderer

Definition at line 61 of file gitkglobal.c.

Referenced by gitk_dialog_hide(), gitk_dialog_show(), gitk_event_loop_end(), gitk_event_loop_exchange(), gitk_event_loop_start(), gitk_relayout(), gitk_renderer_activate(), gitk_renderer_done(), and index_html().

gchar* gitk_renderer_name = NULL
 

name of the renderer

Definition at line 56 of file gitkglobal.c.

Referenced by gitk_dialog_trans_domain(), gitk_dialog_trans_style(), gitk_done(), gitk_event_loop_exchange(), gitk_init_process_commandline(), gitk_init_xsl(), gitk_init_xsl_domain(), gitk_init_xsl_style(), gitk_renderer_activate(), gitk_renderer_init(), and index_html().

guint gitk_server_port = 0
 

portnumber of internal http server (via libhttpd)

Definition at line 80 of file gitkglobal.c.

Referenced by gitk_init(), gitk_init_process_commandline(), and gitk_server_thread().

gchar* gitk_style_name = NULL
 

name of the style sheet to use

Definition at line 66 of file gitkglobal.c.

Referenced by gitk_dialog_trans_style(), gitk_done(), gitk_init_process_commandline(), gitk_init_xsl_style(), and index_html().

gchar* log_file_name = "/tmp/gitk.log"
 

the path to the file gitk should log to

Definition at line 49 of file gitkglobal.c.

Referenced by gitk_print_handler().

GThread* server_thread = NULL
 

thread id of the internal gitk http server

Definition at line 86 of file gitkglobal.c.

Referenced by gitk_init().

xmlXPathCompExprPtr xpath_get_dialog_modality = NULL
 

compiled xpath expression for "/giml/widgets/modal/text()"

Definition at line 114 of file gitkglobal.c.

Referenced by gitk_done_common_xpath_expressions(), and gitk_init_common_xpath_expressions().

xmlXPathCompExprPtr xpath_get_dialog_name = NULL
 

compiled xpath expression for "/giml/meta/dc:title/text()"

Definition at line 110 of file gitkglobal.c.

Referenced by gitk__dialog_set_title(), gitk_done_common_xpath_expressions(), gitk_init_common_xpath_expressions(), gitkr_dialog_generate_layout(), gitkr_dialog_new_layout(), gitkr_select_context(), and index_html().

xmlXPathCompExprPtr xpath_get_label = NULL
 

compiled xpath expression for "./label/text()"

Definition at line 118 of file gitkglobal.c.

Referenced by gitk_done_common_xpath_expressions(), gitk_init_common_xpath_expressions(), gitkr_dialog_generate_layout(), gitkr_dialog_generate_layout_walker(), gitkr_dialog_generate_sequential_layout_build_page(), and gitkr_widget_new().

xsltStylesheetPtr xsl_domain = NULL
 

xsl to do domain translation

Definition at line 133 of file gitkglobal.c.

Referenced by gitk_dialog_trans_domain(), gitk_done_xsl(), and gitk_init_xsl_domain().

xsltStylesheetPtr xsl_expand = NULL
 

xsl to add defaults

Definition at line 125 of file gitkglobal.c.

Referenced by gitk_dialog_trans_expand(), gitk_done_xsl(), and gitk_init_xsl().

xsltStylesheetPtr xsl_i18n = NULL
 

xsl to do i18n

Definition at line 129 of file gitkglobal.c.

Referenced by gitk_dialog_trans_i18n(), gitk_done_xsl(), and gitk_init_xsl().

xsltStylesheetPtr xsl_style = NULL
 

xsl to insert style information

Definition at line 137 of file gitkglobal.c.

Referenced by gitk_dialog_trans_style(), gitk_done_xsl(), and gitk_init_xsl_style().


Generated on Thu Oct 28 10:59:31 2004 for gitk by doxygen 1.3.6