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

  /external/bluetooth/glib/gobject/
gtype.h 374 typedef struct _GTypeClass GTypeClass;
387 * GTypeClass:
404 GTypeClass *g_class;
509 * @g_class: Location of a #GTypeClass structure.
522 * @g_class: Location of a #GTypeClass structure.
571 * @g_class: Location of a valid #GTypeClass structure.
579 #define G_TYPE_FROM_CLASS(g_class) (((GTypeClass*) (g_class))->g_type)
676 * @g_class: The #GTypeClass structure to initialize.
690 * @g_class: The #GTypeClass structure to finalize.
701 * @g_class: The #GTypeClass structure to initialize
    [all...]
genums.h 159 GTypeClass g_type_class;
180 GTypeClass g_type_class;
gclosure.c 870 GTypeClass *class;
875 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
893 GTypeClass *class;
898 class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
927 g_return_val_if_fail (struct_offset >= sizeof (GTypeClass), NULL);
    [all...]
gtype.c 829 if (info->class_size < sizeof (GTypeClass))
831 g_warning ("specified class size for type `%s' is smaller than `GTypeClass' size",
    [all...]
gparam.h 236 GTypeClass g_type_class;
gobject.h 314 GTypeClass g_type_class;
gsignal.c     [all...]
  /external/bluetooth/glib/gio/
giomodule.h 70 GTypeClass* g_io_extension_ref_class (GIOExtension *extension);
glocalfilemonitor.c 185 GTypeClass *type_class;
glocaldirectorymonitor.c 261 GTypeClass *type_class;
giomodule.c 640 * Returns: the #GTypeClass for the type of @extension
642 GTypeClass *
gunionvolumemonitor.c 480 GTypeClass *type_class;

Completed in 1737 milliseconds