File: gimpuimarshal.list

package info (click to toggle)
gimp 2.10.22-4%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 226,148 kB
  • sloc: ansic: 823,382; makefile: 12,077; python: 7,818; cpp: 7,046; lisp: 5,507; sh: 4,634; perl: 3,805; xml: 1,484; yacc: 588; lex: 342
file content (28 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# see glib-genmarshal(1) for a detailed description of the file format,
# possible parameter types are:
#   VOID        indicates   no   return   type,  or  no  extra
#               parameters. if VOID is used as  the  parameter
#               list, no additional parameters may be present.
#   BOOLEAN     for boolean types (gboolean)
#   CHAR        for signed char types (gchar)
#   UCHAR       for unsigned char types (guchar)
#   INT         for signed integer types (gint)
#   UINT        for unsigned integer types (guint)
#   LONG        for signed long integer types (glong)
#   ULONG       for unsigned long integer types (gulong)
#   ENUM        for enumeration types (gint)
#   FLAGS       for flag enumeration types (guint)
#   FLOAT       for single-precision float types (gfloat)
#   DOUBLE      for double-precision float types (gdouble)
#   STRING      for string types (gchar*)
#   BOXED       for boxed (anonymous but reference counted) types (GBoxed*)
#   POINTER     for anonymous pointer types (gpointer)
#   PARAM       for GParamSpec or derived types  (GParamSpec*)
#   OBJECT      for GObject or derived types (GObject*)
#   NONE        deprecated alias for VOID
#   BOOL        deprecated alias for BOOLEAN

VOID: STRING, BOOLEAN
VOID: STRING, INT, POINTER, BOOLEAN
VOID: STRING, INT, INT, INT, POINTER, BOOLEAN
VOID: STRING, DOUBLE, INT, INT, INT, INT, POINTER, BOOLEAN