Home | History | Annotate | Download | only in layout

Lines Matching defs:NULL

51 static GSList *appList = NULL;
59 const gchar *documentedBy[] = {NULL};
62 NULL
72 NULL);
85 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
102 if (newPara != NULL) {
106 if (context->paragraph != NULL) {
142 GTK_SIGNAL_FUNC(gtk_main_quit), NULL);
178 newapp, NULL),
180 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
182 GNOMEUIINFO_MENU_CLOSE_ITEM(closeapp, NULL),
183 GNOMEUIINFO_MENU_EXIT_ITEM(shutdown, NULL),
190 GNOMEUIINFO_MENU_ABOUT_ITEM(showabout, NULL),
211 if (context->paragraph != NULL) {
225 if (context->paragraph != NULL) {
254 GTK_SIGNAL_FUNC(eventDelete), NULL);
290 if (context->paragraph != NULL) {
300 if (appList == NULL) {
313 gnome_init_with_popt_table("gnomelayout", "0.1", argc, argv, NULL, 0, &ptctx);
324 const char *defaultArgs[] = {"Sample.txt", NULL};
327 if (args == NULL) {
331 for (int i = 0; args[i] != NULL; i += 1) {