HomeSort by relevance Sort by last modified time
    Searched full:marshallers (Results 1 - 20 of 20) sorted by null

  /external/bluetooth/glib/tests/gobject/
testmarshal.list 0 # Marshallers used in tests
  /external/bluetooth/glib/gobject/
gmarshal.list 25 # standard VOID return marshallers
44 # GRuntime specific marshallers
glib-genmarshal.1 9 \fBglib-genmarshal\fP is a small utility that generates C code marshallers
20 \fBglib-genmarshal\fP takes a list of marshallers to generate as input.
27 Generate header file contents of the marshallers.
30 Generate C code file contents of the marshallers.
39 Do not use the standard marshallers of the GObject library, and skip
150 To generate marshallers for the following callback functions:
176 The generated marshallers have the arguments encoded
glib-genmarshal.c 120 static GHashTable *marshallers = NULL; variable
336 if (g_hash_table_lookup (marshallers, tmp))
345 g_hash_table_insert (marshallers, tmp, tmp);
352 have_std_marshaller = g_hash_table_lookup (marshallers, tmp) != NULL;
518 if (gen_cheader && !g_hash_table_lookup (marshallers, tmp))
522 g_hash_table_insert (marshallers, tmp, tmp);
627 marshallers = g_hash_table_new (g_str_hash, g_str_equal);
629 /* add standard marshallers of the GObject library */
635 g_hash_table_insert (marshallers, tmp, tmp);
755 g_hash_table_foreach_remove (marshallers, string_key_destroy, NULL)
    [all...]
gvalue.c 285 * This is an internal function introduced mainly for C marshallers.
307 * This is an internal function introduced mainly for C marshallers.
gclosure.c 50 * other languages need marshallers which convert between #GValue<!--
58 * signal. GObject provides a number of C marshallers for this
60 * marshallers can be generated with the <link
305 * The same marshallers (generated by <link
787 * GObject's C predefined marshallers (the g_cclosure_marshal_*()
    [all...]
gboxed.c 663 * This is an internal function introduced mainly for C marshallers.
gvaluetypes.c 960 * This is an internal function introduced mainly for C marshallers.
gparam.c     [all...]
ChangeLog     [all...]
gobject.c     [all...]
gsignal.c     [all...]
  /external/bluetooth/glib/docs/reference/gobject/
glib-genmarshal.1 29 is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib\&. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding the callback function parameters and a value structure for the return value of the callback\&. The marshaller is then responsible to call the respective C code function of the closure with all the parameters on the stack and to collect its return value\&.
33 takes a list of marshallers to generate as input\&. The marshaller list is either read from standard input or from files passed as additional arguments on the command line\&.
38 Generate header file contents of the marshallers\&.
43 Generate C code file contents of the marshallers\&.
59 Do not use the standard marshallers of the GObject library, and skip
227 To generate marshallers for the following callback functions:
261 The generated marshallers have the arguments encoded in their function name\&. For this particular list, they are
glib-genmarshal.xml 23 marshallers for callback functions of the GClosure mechanism in the GObject
34 <para><command>glib-genmarshal</command> takes a list of marshallers to generate as
45 Generate header file contents of the marshallers.
52 Generate C code file contents of the marshallers.
73 Do not use the standard marshallers of the GObject library, and skip
282 To generate marshallers for the following callback functions:
304 The generated marshallers have the arguments encoded in their function name.
tut_gsignal.xml 119 C closure marshallers transform the array of GValues which represent
158 Of course, there exist other kinds of marshallers. For example, James Henstridge
tut_howto.xml     [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-14 85 Created marshallers that don't throw gcc warnings when compiling with
    [all...]
NEWS     [all...]
ChangeLog.pre-2-0     [all...]
  /external/dbus/
ChangeLog     [all...]

Completed in 172 milliseconds