HomeSort by relevance Sort by last modified time
    Searched full:property_notify_context (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gobject/
gobject.c 185 static GObjectNotifyContext property_notify_context = { 0, }; variable
324 property_notify_context.quark_notify_queue = g_quark_from_static_string ("GObject-notify-queue");
325 property_notify_context.dispatcher = g_object_notify_dispatcher;
691 g_object_notify_queue_freeze (object, &property_notify_context);
814 g_object_notify_queue_freeze (object, &property_notify_context);
855 nqueue = g_object_notify_queue_freeze (object, &property_notify_context);
882 nqueue = g_object_notify_queue_from_object (object, &property_notify_context);
    [all...]

Completed in 43 milliseconds