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

  /external/bluetooth/glib/gobject/
gsignal.c 98 * Second, upon emission of a %G_SIGNAL_DETAILED signal, an additional
834 if (node && detail && !(node->flags & G_SIGNAL_DETAILED))
920 if (detail && !(node->flags & G_SIGNAL_DETAILED))
1049 (detail && !(node->flags & G_SIGNAL_DETAILED)))
1088 if (detail && !(node->flags & G_SIGNAL_DETAILED))
    [all...]
gsignal.h 102 * @G_SIGNAL_DETAILED: This signal supports "::detail" appendices to the signal name
122 G_SIGNAL_DETAILED = 1 << 4,
gobject.c 361 G_SIGNAL_RUN_FIRST | G_SIGNAL_NO_RECURSE | G_SIGNAL_DETAILED | G_SIGNAL_NO_HOOKS | G_SIGNAL_ACTION,
    [all...]

Completed in 21 milliseconds