Lines Matching defs:class
36 * @short_description: Functions as first-class objects
312 * For example, class closures for signals (see
314 * fixed offset in the class structure. The meta marshaller retrieves
870 GTypeClass *class;
875 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
876 callback = G_STRUCT_MEMBER (gpointer, class, offset);
893 GTypeClass *class;
898 class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
899 callback = G_STRUCT_MEMBER (gpointer, class, offset);
911 * @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