HomeSort by relevance Sort by last modified time
    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 37 milliseconds