#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-phone/gitkrtools.c:
Go to the source code of this file.
Functions | |
gchar * | gitkr_cxpath_get_string (GitkDialogPtr dialog, xmlXPathCompExprPtr xpath_expr, xmlNodePtr root_node) |
return the result as string of the evaluation of the supplied xpath expression agains the given document and converts the codeset of the result | |
gchar * | gitkr_widget_get_value (GitkDialogPtr const dialog, gchar *const widget_id, const gchar *name) |
get data value of the attribute name of the given widget and converts the codeset of the result don't forget to free the returned value | |
void | gitkr_widget_set_value (GitkDialogPtr const dialog, gchar *const widget_id, const gchar *name, const gchar *data) |
set data value of the attribute name of the given widget and converts the codeset of the data |
Definition in file gitk-renderer-phone/gitkrtools.c.
|
return the result as string of the evaluation of the supplied xpath expression agains the given document and converts the codeset of the result
Definition at line 24 of file gitk-renderer-phone/gitkrtools.c. References code_set, and GitkDialogPtr. |
|
get data value of the attribute name of the given widget and converts the codeset of the result don't forget to free the returned value
Definition at line 56 of file gitk-renderer-phone/gitkrtools.c. References code_set, gitk_log1, and GitkDialogPtr. |
|
set data value of the attribute name of the given widget and converts the codeset of the data
Definition at line 40 of file gitk-renderer-phone/gitkrtools.c. References code_set, and GitkDialogPtr. |