gtr-utils

gtr-utils

Functions

Description

Functions

gtr_xml_new_doc ()

xmlDocPtr
gtr_xml_new_doc (const gchar *name);

gtr_xml_open_file ()

xmlDocPtr
gtr_xml_open_file (const gchar *filename);

gtr_utils_escape_search_text ()

gchar *
gtr_utils_escape_search_text (const gchar *text);

gtr_utils_unescape_search_text ()

gchar *
gtr_utils_unescape_search_text (const gchar *text);

g_utf8_caselessnmatch ()

gboolean
g_utf8_caselessnmatch (const gchar *s1,
                       const gchar *s2,
                       gssize n1,
                       gssize n2);

gtr_utils_help_display ()

void
gtr_utils_help_display (GtkWindow *parent);

Launches the help viewer on screen to show gtranslator's help

Parameters

parent

a GtkWindow

 

gtr_utils_get_user_config_dir ()

gchar *
gtr_utils_get_user_config_dir (void);

gtr_utils_get_current_date ()

gchar *
gtr_utils_get_current_date (void);

gtr_utils_get_current_time ()

gchar *
gtr_utils_get_current_time (void);

gtr_utils_get_current_year ()

gchar *
gtr_utils_get_current_year (void);

gtr_utils_reduce_path ()

gchar *
gtr_utils_reduce_path (const gchar *path);

gtr_utils_escape_underscores ()

gchar *
gtr_utils_escape_underscores (const gchar *text,
                              gssize length);

gtr_utils_get_file_from_pixmapsdir ()

gchar *
gtr_utils_get_file_from_pixmapsdir (const gchar *filename);

gtr_utils_get_file_from_pkgdatadir ()

gchar *
gtr_utils_get_file_from_pkgdatadir (const gchar *filename);

gtr_utils_get_datadir ()

gchar *
gtr_utils_get_datadir (void);

gtr_utils_get_win32_plugindir ()

gchar *
gtr_utils_get_win32_plugindir (void);

gtr_utils_get_filename ()

gchar *
gtr_utils_get_filename (const gchar *filename);

pango_font_description_to_css ()

gchar *
pango_font_description_to_css (PangoFontDescription *desc);

gtk_box_append ()

void
gtk_box_append (GtkBox *box,
                GtkWidget *child);

gtk_list_box_append ()

void
gtk_list_box_append (GtkListBox *box,
                     GtkWidget *child);

gtk_list_box_remove ()

void
gtk_list_box_remove (GtkListBox *box,
                     GtkWidget *child);

parse_nplurals_header ()

int
parse_nplurals_header (const gchar *plurals_header);