summaryrefslogtreecommitdiff
path: root/gobject/gmarshal.list
blob: 4a5ddf51a925ce164fafa1c33ba86b3b5744be82 (plain)
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
29
30
31
32
# Note: This file used to generate gmarshal.[ch], but it doesn't any
# longer; it is kept mainly for backward compatibility purposes. If
# you find yourself in the need to add a marshaller in GObject, use
# g_cclosure_marshal_generic() instead.
#
# Warning: The generated symbols are part of the GObject ABI.

# standard VOID return marshallers
VOID:VOID
VOID:BOOLEAN
VOID:CHAR
VOID:UCHAR
VOID:INT
VOID:UINT
VOID:LONG
VOID:ULONG
VOID:ENUM
VOID:FLAGS
VOID:FLOAT
VOID:DOUBLE
VOID:STRING
VOID:PARAM
VOID:BOXED
VOID:POINTER
VOID:OBJECT
VOID:VARIANT

# GRuntime specific marshallers
VOID:UINT,POINTER
BOOL:FLAGS
STRING:OBJECT,POINTER
BOOL:BOXED,BOXED