Lines Matching refs:gchar
53 GtkWidget *newSample(const gchar *fileName);
59 const gchar *documentedBy[] = {NULL}; in showabout()
60 const gchar *writtenBy[] = { in showabout()
82 gchar *prettyTitle(const gchar *path) in prettyTitle()
84 const gchar *name = g_basename(path); in prettyTitle()
85 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle()
95 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
103 gchar *title = prettyTitle(fileName); in openOK()
176 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample",
177 (gchar *) "Create a new Gnome Layout Sample",
196 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
197 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),
236 GtkWidget *newSample(const gchar *fileName) in newSample()
244 gchar *title = prettyTitle(fileName); in newSample()