This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Variables | |
| pid_t | browser_pid |
| pid of the browser instance | |
| gchar * | gitkr_html_browser_path |
| path to client browser | |
| gchar * | gitkr_html_cgi_url |
| url to cgi | |
| gchar * | gitkr_html_cgibin_url |
| url to cgi-bin | |
| gboolean | restart_event_loop |
| is used to restart the event-loop when doing re-layouting | |
Definition in file gitk-renderer-html/gitkrglobal.h.
|
|
pid of the browser instance
Definition at line 21 of file gitk-renderer-html/gitkrglobal.h. Referenced by gitkr_event_loop_start(), and gitkr_init(). |
|
|
path to client browser
Definition at line 18 of file gitk-renderer-html/gitkrglobal.h. Referenced by gitkr_init(), and gitkr_init_process_commandline(). |
|
|
url to cgi
Definition at line 20 of file gitk-renderer-html/gitkrglobal.h. Referenced by gitkr_init(). |
|
|
url to cgi-bin
Definition at line 19 of file gitk-renderer-html/gitkrglobal.h. Referenced by gitkr_init(), and gitkr_init_process_commandline(). |
|
|
is used to restart the event-loop when doing re-layouting
Definition at line 16 of file gitk-renderer-html/gitkrglobal.h. |
1.3.6