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

  /external/bluetooth/glib/gobject/
gobject.h 192 * @property_id: the numeric id under which the property was registered with
200 guint property_id,
206 * @property_id: the numeric id under which the property was registered with
214 guint property_id,
326 guint property_id,
330 guint property_id,
382 guint property_id,
389 guint property_id,
533 #define G_OBJECT_WARN_INVALID_PSPEC(object, pname, property_id, pspec) \
537 guint _property_id = (property_id); \
    [all...]
gobject.c 141 guint property_id,
145 guint property_id,
376 guint property_id,
389 PARAM_SPEC_SET_PARAM_ID (pspec, property_id);
396 * @property_id: the id for the new property
407 guint property_id,
416 g_return_if_fail (property_id > 0);
423 install_property_internal (G_OBJECT_CLASS_TYPE (class), property_id, pspec); local
544 * @property_id: the new property ID
548 * Registers @property_id as referring to a property with th
    [all...]
  /external/bluetooth/glib/gio/
glocalfilemonitor.c 49 guint property_id,
53 switch (property_id)
59 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
glocaldirectorymonitor.c 68 guint property_id,
72 switch (property_id)
78 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
gfileenumerator.c 94 guint property_id,
102 switch (property_id) {
107 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
  /external/bluetooth/glib/gobject/tests/
threadtests.c 176 guint property_id,

Completed in 156 milliseconds