Searched defs:property_id (Results 1 - 5 of 5) sorted by relevance
/external/bluetooth/glib/gio/ |
H A D | glocalfilemonitor.c | 49 guint property_id, 53 switch (property_id) 59 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); 48 g_local_file_monitor_set_property(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument
|
H A D | gfileenumerator.c | 94 guint property_id, 102 switch (property_id) { 107 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); 93 g_file_enumerator_set_property(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument
|
H A D | glocaldirectorymonitor.c | 68 guint property_id, 72 switch (property_id) 78 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); 67 g_local_directory_monitor_set_property(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument
|
/external/bluetooth/glib/gobject/tests/ |
H A D | threadtests.c | 176 guint property_id, 175 prop_tester_set_property(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument
|
/external/bluetooth/glib/gobject/ |
H A D | 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 a 375 install_property_internal(GType g_type, guint property_id, GParamSpec *pspec) argument 406 g_object_class_install_property(GObjectClass *class, guint property_id, GParamSpec *pspec) argument 570 g_object_class_override_property(GObjectClass *oclass, guint property_id, const gchar *name) argument 709 g_object_do_set_property(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument 723 g_object_do_get_property(GObject *object, guint property_id, GValue *value, GParamSpec *pspec) argument [all...] |
Completed in 339 milliseconds