OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_class
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/tests/gobject/
ifaceinherit.c
144
gpointer
g_class
= g_type_class_peek (object_type);
local
145
TestIfaceClass *iface = g_type_interface_peek (
g_class
, iface_type);
167
gpointer
g_class
= g_type_class_peek (object_type);
local
168
TestIfaceClass *iface = g_type_interface_peek (
g_class
, iface_type);
/external/bluetooth/glib/gobject/
gtype.h
404
GTypeClass *
g_class
;
member in struct:_GTypeInstance
509
* @
g_class
: Location of a #GTypeClass structure.
513
* Checks that @
g_class
is a class structure of the type identified by @g_type
514
* and issues a warning if this is not the case. Returns @
g_class
casted
519
#define G_TYPE_CHECK_CLASS_CAST(
g_class
, g_type, c_type) (_G_TYPE_CCC ((
g_class
), (g_type), c_type))
522
* @
g_class
: Location of a #GTypeClass structure.
525
* Checks if @
g_class
is a class structure of the type identified by
532
#define G_TYPE_CHECK_CLASS_TYPE(
g_class
, g_type) (_G_TYPE_CCT ((
g_class
), (g_type))
[
all
...]
Completed in 322 milliseconds