Lines Matching full:bout
73 static void print_blurb (FILE *bout,
862 print_blurb (FILE *bout,
867 g_fprintf (bout, "%s version ", PRG_NAME);
868 g_fprintf (bout, "%u.%u.%u", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
869 g_fprintf (bout, "\n");
870 g_fprintf (bout, "%s comes with ABSOLUTELY NO WARRANTY.\n", PRG_NAME);
871 g_fprintf (bout, "You may redistribute copies of %s under the terms of\n", PRG_NAME);
872 g_fprintf (bout, "the GNU General Public License which can be found in the\n");
873 g_fprintf (bout, "%s source package. Sources, examples and contact\n", PKG_NAME);
874 g_fprintf (bout, "information are available at %s\n", PKG_HTTP_HOME);
878 g_fprintf (bout, "Usage:\n");
879 g_fprintf (bout, " %s [OPTION...] [FILES...]\n\n", PRG_NAME);
880 g_fprintf (bout, "Help Options:\n");
881 g_fprintf (bout, " -h, --help Show this help message\n\n");
882 g_fprintf (bout, "Utility Options:\n");
883 g_fprintf (bout, " --header Generate C headers\n");
884 g_fprintf (bout, " --body Generate C code\n");
885 g_fprintf (bout, " --prefix=string Specify marshaller prefix\n");
886 g_fprintf (bout, " --skip-source Skip source location comments\n");
887 g_fprintf (bout, " --stdinc, --nostdinc Include/use standard marshallers\n");
888 g_fprintf (bout, " --internal Mark generated functions as internal\n");
889 g_fprintf (bout, " -v, --version Print version informations\n");
890 g_fprintf (bout, " --g-fatal-warnings Make warnings fatal (abort)\n");