~peter-pearse/ubuntu/oneiric/libglib-perl/prop001

« back to all changes in this revision

Viewing changes to doctypes

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2004-06-14 13:23:01 UTC
  • Revision ID: james.westby@ubuntu.com-20040614132301-3jexjlx4er0qzvwi
Tags: upstream-1.043
ImportĀ upstreamĀ versionĀ 1.043

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Use this file to add to the documentation generation system a set of
 
2
# C type name to Perl type description mappings for types which are not
 
3
# registered with the GLib type system.  This allows the documentation
 
4
# system to produce useful type names or descriptions in documentation.
 
5
# The C type name should have no spaces; namely, do NOT include
 
6
# "const" and/or "*".  Also, "_ornull" is handled for you ("or undef" gets
 
7
# appended to the description).  The description may have spaces.
 
8
#
 
9
# C name        description
 
10
# ------------  ----------------
 
11
GMainContext    Glib::MainContext thingamabob
 
12
GMainLoop       Glib::MainLoop
 
13
GParamSpec      Glib::ParamSpec
 
14
GParamFlags     Glib::ParamFlags