#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-html/gitkrglobal.c:

Go to the source code of this file.
Variables | |
| pid_t | browser_pid |
| pid of the browser instance | |
| gchar * | gitkr_html_browser_path = "mozilla" |
| path to client browser | |
| gchar * | gitkr_html_cgi_url = NULL |
| url to cgi | |
| gchar * | gitkr_html_cgibin_url = "http://localhost/cgi-bin/" |
| url to cgi-bin | |
| gboolean | restart_event_loop = FALSE |
| is used to restart the event-loop when doing re-layouting | |
Definition in file gitk-renderer-html/gitkrglobal.c.
|
|
pid of the browser instance
Definition at line 36 of file gitk-renderer-html/gitkrglobal.c. Referenced by gitkr_event_loop_start(), and gitkr_init(). |
|
|
path to client browser
Definition at line 24 of file gitk-renderer-html/gitkrglobal.c. Referenced by gitkr_init(), and gitkr_init_process_commandline(). |
|
|
url to cgi
Definition at line 32 of file gitk-renderer-html/gitkrglobal.c. Referenced by gitkr_init(). |
|
|
url to cgi-bin
Definition at line 28 of file gitk-renderer-html/gitkrglobal.c. Referenced by gitkr_init(), and gitkr_init_process_commandline(). |
|
|
is used to restart the event-loop when doing re-layouting
Definition at line 20 of file gitk-renderer-html/gitkrglobal.c. |
1.3.6