HomeSort by relevance Sort by last modified time
    Searched refs:GClosure (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.h 34 * @closure: a #GClosure
41 #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)
44 * @cl: a #GClosure
65 #define G_CCLOSURE_SWAP_DATA(cclosure) (((GClosure*) (cclosure))->derivative_flag)
76 typedef struct _GClosure GClosure;
92 * @closure: the #GClosure on which the notification is emitted
98 GClosure *closure);
101 * @closure: the #GClosure to which the marshaller belongs
114 typedef void (*GClosureMarshal) (GClosure *closure,
122 * @closure: the #GClosure
    [all...]
gsourceclosure.h 26 #include <gobject/gclosure.h>
31 GClosure *closure);
gclosure.c 29 #include "gclosure.h"
35 * SECTION:gclosure
39 * A #GClosure represents a callback supplied by the programmer. It
77 * The reference counting of #GClosure makes it easy to handle reentrancy
101 GClosure closure;
150 * <literal>sizeof (GClosure)</literal>
151 * @data: data to store in the @data field of the newly allocated #GClosure
154 * part as a #GClosure. This function is mainly useful when
161 * GClosure closure;
167 * GClosure *closure
    [all...]
gsignal.h 26 #include <gobject/gclosure.h>
41 * invocations. It is merely an alias to #GClosureMarshal since the #GClosure
253 GClosure *class_closure,
263 GClosure *class_closure,
344 GClosure *closure,
348 GClosure *closure,
368 GClosure *closure,
375 GClosure *closure,
382 GClosure *closure,
389 GClosure *closure
    [all...]
gsourceclosure.c 68 source_closure_marshal_BOOLEAN__VOID (GClosure *closure,
94 GClosure *closure = data;
120 GClosure *closure = data;
164 * @closure: a #GClosure
166 * Set the callback for a source as a #GClosure.
174 GClosure *closure)
gobject.h 29 #include <gobject/gclosure.h>
498 GClosure *closure);
499 GClosure* g_cclosure_new_object (GCallback callback_func,
501 GClosure* g_cclosure_new_object_swap (GCallback callback_func,
503 GClosure* g_closure_new_object (guint sizeof_closure,
gsignal.c 155 GClosure *closure,
254 GClosure *closure;
266 GClosure *closure;
476 GClosure *closure,
    [all...]
gobject.c     [all...]
  /external/bluetooth/glib/tests/refcount/
closures.c 161 test_closure (GClosure *closure)
175 GClosure *closure = data;
193 GClosure *closure = data;
222 GClosure *closure)
240 GClosure *closure;
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 308 marshal_VOID__MINIOBJECT(GClosure * closure, GValue * return_value,

Completed in 138 milliseconds