~ubuntu-branches/ubuntu/karmic/farsight2/karmic

« back to all changes in this revision

Viewing changes to common/gstdoc-scangobj

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2009-05-29 12:20:24 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090529122024-w0uzozcjda8zsul7
Tags: 0.0.12-1
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
           'output-dir' => \$OUTPUT_DIR,
52
52
           'version' => \$PRINT_VERSION,
53
53
           'help' => \$PRINT_HELP);
54
 
           
 
54
 
55
55
GetOptions(\%optctl, "module=s", "source=s", "types:s", "output-dir:s", "nogtkinit", "type-init-func:s", "version", "help");
56
56
 
57
57
if ($NO_GTK_INIT) {
877
877
    }
878
878
  output_hierarchy (fp, G_TYPE_OBJECT, 0);
879
879
  output_hierarchy (fp, G_TYPE_INTERFACE, 0);
880
 
  
 
880
 
881
881
  for (i=0; object_types[i]; i++) {
882
882
    if (!g_type_parent (object_types[i]) &&
883
883
      (object_types[i] != G_TYPE_NONE) &&