Searched refs:marshal_data (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgclosure.h109 * @marshal_data: additional data specified when registering the marshaller,
119 gpointer marshal_data);
166 gpointer marshal_data);
229 gpointer marshal_data,
H A Dgsourceclosure.c73 gpointer marshal_data)
82 callback = (GSourceFunc) (marshal_data ? marshal_data : cc->callback);
68 source_closure_marshal_BOOLEAN__VOID(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
H A Dgclosure.c299 * @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)
319 g_closure_set_meta_marshal(GClosure *closure, gpointer marshal_data, GClosureMarshal meta_marshal) argument
863 g_type_class_meta_marshal(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
886 g_type_iface_meta_marshal(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) argument
[all...]
/external/bluetooth/glib/glib/
H A Dghook.h48 gpointer marshal_data);
50 gpointer marshal_data);
173 gpointer marshal_data);
177 gpointer marshal_data);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_expanded_container.cc81 gpointer marshal_data) {
101 marshal_data ? marshal_data : cc->callback);
76 Marshal_VOID__OBJECT_BOXED(GClosure* closure, GValue* return_value G_GNUC_UNUSED, guint n_param_values, const GValue* param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument
H A Dgtk_custom_menu_item.cc19 gpointer marshal_data) {
48 callback = (GMarshalFunc_BOOLEAN__INT)(marshal_data ? marshal_data :
14 chrome_marshall_BOOLEAN__INT(GClosure* closure, GValue* return_value G_GNUC_UNUSED, guint n_param_values, const GValue* param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DVideoSinkGStreamer.cpp313 gpointer invocation_hint, gpointer marshal_data)
329 callback = (marshalfunc_VOID__MINIOBJECT) (marshal_data ? marshal_data : cc->callback);
311 marshal_VOID__MINIOBJECT(GClosure * closure, GValue * return_value, guint n_param_values, const GValue * param_values, gpointer invocation_hint, gpointer marshal_data) argument

Completed in 202 milliseconds