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

  /external/bluetooth/glib/gobject/
gsourceclosure.c 76 GCClosure *cc = (GCClosure*) closure;
gclosure.h 58 * @cclosure: a #GCClosure
60 * Checks whether the user data of the #GCClosure should be passed as the
121 * GCClosure:
125 * A #GCClosure is a specialization of #GClosure for C function callbacks.
127 typedef struct _GCClosure GCClosure;
gclosure.c 49 * library provides the #GCClosure type for this purpose. Bindings for
814 * Returns: a new #GCClosure
825 closure = g_closure_new_simple (sizeof (GCClosure), user_data);
828 ((GCClosure*) closure)->callback = (gpointer) callback_func;
842 * Returns: a new #GCClosure
853 closure = g_closure_new_simple (sizeof (GCClosure), user_data);
856 ((GCClosure*) closure)->callback = (gpointer) callback_func;
918 * Returns: a new #GCClosure
    [all...]
gsignal.c 505 ((GCClosure*) handler->closure)->callback == func)))
542 ((GCClosure*) handler->closure)->callback == func)))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.cc 87 register GCClosure *cc = reinterpret_cast<GCClosure*>(closure);
gtk_custom_menu_item.cc 24 register GCClosure *cc = (GCClosure*)closure;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 317 GCClosure *cc = (GCClosure *) closure;

Completed in 1414 milliseconds