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

  /external/bluetooth/glib/gobject/
gclosure.h 109 * @marshal_data: additional data specified when registering the marshaller,
119 gpointer marshal_data);
166 gpointer marshal_data);
229 gpointer marshal_data,
gsourceclosure.c 73 gpointer marshal_data)
82 callback = (GSourceFunc) (marshal_data ? marshal_data : cc->callback);
gclosure.c 299 * @marshal_data: context-dependent data to pass to @meta_marshal
316 * @marshal_data argument.
320 gpointer marshal_data,
341 closure->notifiers[0].data = marshal_data;
749 gpointer marshal_data; local
757 marshal_data = closure->notifiers[0].data;
762 marshal_data = NULL;
771 marshal_data);
784 * Sets the marshaller of @closure. The <literal>marshal_data</literal>
868 gpointer marshal_data)
    [all...]
  /external/bluetooth/glib/glib/
ghook.h 48 gpointer marshal_data);
50 gpointer marshal_data);
173 gpointer marshal_data);
177 gpointer marshal_data);
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 310 gpointer invocation_hint, gpointer marshal_data)
326 callback = (marshalfunc_VOID__MINIOBJECT) (marshal_data ? marshal_data : cc->callback);

Completed in 587 milliseconds