Files | |
file | gitk-renderer-html/xsl/domain.xsl |
transfomrms dialog into html domain | |
file | gitk-renderer-html/gitkrdone.c |
gitk renderer done routine | |
file | gitk-renderer-html/gitkrdone.h |
gitk renderer done routine | |
file | gitk-renderer-html/gitkreventloop.c |
gitk renderer event loop | |
file | gitk-renderer-html/gitkreventloop.h |
gitk renderer event loop | |
file | gitk-renderer-html/gitkrglobal.c |
gitk renderer global vars | |
file | gitk-renderer-html/gitkrglobal.h |
gitk renderer global vars | |
file | gitk-renderer-html/gitkrhideshow.c |
gitk renderer hide and show routines | |
file | gitk-renderer-html/gitkrhideshow.h |
gitk renderer hide and show routines | |
file | gitk-renderer-html/gitkrincludes.h |
gitk renderer local includes | |
file | gitk-renderer-html/gitkrinfo.c |
gitk renderer info routine | |
file | gitk-renderer-html/gitkrinfo.h |
gitk renderer info routine | |
file | gitk-renderer-html/gitkrinit.c |
gitk renderer init routine | |
file | gitk-renderer-html/gitkrinit.h |
gitk renderer init routine | |
Functions | |
void | gitkr_done (void) |
frees memory and data used by the the renderer | |
void | gitkr_event_loop_restart (void) |
terminates the event-loop so that it will be restarted after relayouting the dialogs | |
gchar * | gitkr_info (GitkrInfo key) |
return information about the renderer |
|
frees memory and data used by the the renderer
Definition at line 20 of file gitk-renderer-html/gitkrdone.c. References gitk_log_intro, and gitk_log_outro. |
|
terminates the event-loop so that it will be restarted after relayouting the dialogs
Definition at line 40 of file gitk-renderer-html/gitkreventloop.c. References gitk_log_intro, gitkr_event_loop_end(), and restart_event_loop. |
Here is the call graph for this function:
|
return information about the renderer
Definition at line 22 of file gitk-renderer-html/gitkrinfo.c. References GITKR_INFO_INTERFACE_LOCATION, GITKR_INFO_INTERFACE_LOCATION_REMOTE, GITKR_INFO_LOCALEDIR, GITKR_INFO_MEDIA_DOMAIN, GITKR_INFO_PACKAGE, and GitkrInfo. |