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

  /external/bluetooth/glib/gobject/
gobjectnotifyqueue.c 41 GQuark quark_notify_queue; member in struct:_GObjectNotifyContext
73 nqueue = g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
79 g_datalist_id_set_data_full (&object->qdata, context->quark_notify_queue,
122 g_datalist_id_set_data (&object->qdata, context->quark_notify_queue, NULL);
165 return g_datalist_id_get_data (&object->qdata, context->quark_notify_queue);
gobject.c 324 property_notify_context.quark_notify_queue = g_quark_from_static_string ("GObject-notify-queue");
    [all...]

Completed in 24 milliseconds