OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLocalFileEnumeratorClass
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
glocalfileenumerator.h
33
#define G_LOCAL_FILE_ENUMERATOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_LOCAL_FILE_ENUMERATOR,
GLocalFileEnumeratorClass
))
36
#define G_LOCAL_FILE_ENUMERATOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_LOCAL_FILE_ENUMERATOR,
GLocalFileEnumeratorClass
))
39
typedef struct _GLocalFileEnumeratorClass
GLocalFileEnumeratorClass
;
glocalfileenumerator.c
138
g_local_file_enumerator_class_init (
GLocalFileEnumeratorClass
*klass)
Completed in 342 milliseconds