00001 #ifndef GITKRUTILITY_H 00002 #define GITKRUTILITY_H 00003 00004 #include "GitkrIncludes.h" 00005 #include "langinfo.h" 00006 00007 namespace GitkrUtility { 00008 00013 gboolean gitkr_init_process_commandline(guint *argc, gchar ***argv); 00014 00015 char * convertFromUtf8(char *str); 00016 00017 char * gitkr_cxpath_get_string(GitkDialogPtr dialog, xmlXPathCompExprPtr xpath_expr, xmlNodePtr root_node); 00018 00019 void print_xpath_nodes(xmlNodeSetPtr nodes); 00020 00021 void touchFields(SoNode* graph); 00022 00023 void printFields(SoNode * node); 00024 } 00025 00026 #endif 00027