Lines Matching refs:g_fprintf
66 g_fprintf (f_out, "%s%s\n", indent, O_VLINE); in show_nodes()
68 g_fprintf (f_out, "%s%s%s%s", in show_nodes()
101 …g_fprintf (stderr, "usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n… in help()
102 g_fprintf (stderr, " -r specify root type\n"); in help()
103 g_fprintf (stderr, " -n don't descend type tree\n"); in help()
104 g_fprintf (stderr, " -h guess what ;)\n"); in help()
105 g_fprintf (stderr, " -b specify indent string\n"); in help()
106 g_fprintf (stderr, " -i specify incremental indent string\n"); in help()
107 g_fprintf (stderr, " -s specify line spacing\n"); in help()
108 g_fprintf (stderr, "qualifiers:\n"); in help()
109 g_fprintf (stderr, " froots iterate over fundamental roots\n"); in help()
110 g_fprintf (stderr, " tree print type tree\n"); in help()