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

  /external/bluetooth/glib/gio/
gasyncresult.c 124 sizeof (GAsyncResultIface), /* class_size */
168 GAsyncResultIface *iface;
188 GAsyncResultIface *iface;
gasyncresult.h 37 #define G_ASYNC_RESULT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ASYNC_RESULT, GAsyncResultIface))
45 typedef struct _GAsyncResultIface GAsyncResultIface;
49 * GAsyncResultIface:
gsimpleasyncresult.c 113 static void g_simple_async_result_async_result_iface_init (GAsyncResultIface *iface);
300 g_simple_async_result_async_result_iface_init (GAsyncResultIface *iface)

Completed in 60 milliseconds