Searched defs:struct_offset (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgclosure.c911 * @struct_offset: the offset of the member function of @itype's class
915 * @struct_offset in the class structure of the interface or classed type
922 guint struct_offset)
927 g_return_val_if_fail (struct_offset >= sizeof (GTypeClass), NULL);
931 g_closure_set_meta_marshal (closure, GUINT_TO_POINTER (struct_offset), g_type_iface_meta_marshal);
933 g_closure_set_meta_marshal (closure, GUINT_TO_POINTER (struct_offset), g_type_class_meta_marshal);
921 g_signal_type_cclosure_new(GType itype, guint struct_offset) argument

Completed in 33 milliseconds