OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_TYPE_IS_ABSTRACT
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gobject/
gboxed.c
451
g_return_val_if_fail (
G_TYPE_IS_ABSTRACT
(boxed_type) == FALSE, NULL);
515
g_return_if_fail (
G_TYPE_IS_ABSTRACT
(boxed_type) == FALSE);
gtype.h
317
*
G_TYPE_IS_ABSTRACT
:
326
#define
G_TYPE_IS_ABSTRACT
(type) (g_type_test_flags ((type), G_TYPE_FLAG_ABSTRACT))
[
all
...]
gtype.c
[
all
...]
Completed in 841 milliseconds