File: doctypes

package info (click to toggle)
libglib-perl 3%3A1.305-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,484 kB
  • ctags: 311
  • sloc: perl: 4,336; ansic: 841; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Use this file to add to the documentation generation system a set of
# C type name to Perl type description mappings for types which are not
# registered with the GLib type system.  This allows the documentation
# system to produce useful type names or descriptions in documentation.
# The C type name should have no spaces; namely, do NOT include
# "const" and/or "*".  Also, "_ornull" is handled for you ("or undef" gets
# appended to the description).  The description may have spaces.
#
# C name        description
# ------------  ----------------
GMainContext	Glib::MainContext thingamabob
GMainLoop	Glib::MainLoop
GParamSpec	Glib::ParamSpec
GParamFlags	Glib::ParamFlags
gunichar	character
GKeyFile	Glib::KeyFile
GKeyFileFlags	Glib::KeyFileFlags
GBookmarkFile	Glib::BookmarkFile