Home
last modified time | relevance | path

Searched refs:GParamSpec (Results 1 – 25 of 86) sorted by relevance

1234

/external/bluetooth/glib/gobject/
Dgparam.h47 #define G_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
184 typedef struct _GParamSpec GParamSpec; typedef
240 void (*finalize) (GParamSpec *pspec);
243 void (*value_set_default) (GParamSpec *pspec,
245 gboolean (*value_validate) (GParamSpec *pspec,
247 gint (*values_cmp) (GParamSpec *pspec,
269 GParamSpec* g_param_spec_ref (GParamSpec *pspec);
270 void g_param_spec_unref (GParamSpec *pspec);
271 void g_param_spec_sink (GParamSpec *pspec);
272 GParamSpec* g_param_spec_ref_sink (GParamSpec *pspec);
[all …]
Dgparamspecs.h588 GParamSpec parent_instance;
605 GParamSpec parent_instance;
620 GParamSpec parent_instance;
635 GParamSpec parent_instance;
652 GParamSpec parent_instance;
669 GParamSpec parent_instance;
686 GParamSpec parent_instance;
703 GParamSpec parent_instance;
720 GParamSpec parent_instance;
735 GParamSpec parent_instance;
[all …]
Dgparamspecs.c60 param_char_init (GParamSpec *pspec) in param_char_init()
70 param_char_set_default (GParamSpec *pspec, in param_char_set_default()
77 param_char_validate (GParamSpec *pspec, in param_char_validate()
89 param_uchar_init (GParamSpec *pspec) in param_uchar_init()
99 param_uchar_set_default (GParamSpec *pspec, in param_uchar_set_default()
106 param_uchar_validate (GParamSpec *pspec, in param_uchar_validate()
118 param_boolean_set_default (GParamSpec *pspec, in param_boolean_set_default()
125 param_boolean_validate (GParamSpec *pspec, in param_boolean_validate()
136 param_int_init (GParamSpec *pspec) in param_int_init()
146 param_int_set_default (GParamSpec *pspec, in param_int_set_default()
[all …]
Dgparam.c68 static void g_param_spec_init (GParamSpec *pspec,
70 static void g_param_spec_finalize (GParamSpec *pspec);
117 sizeof (GParamSpec), in g_param_type_init()
157 g_param_spec_init (GParamSpec *pspec, in g_param_spec_init()
174 g_param_spec_finalize (GParamSpec *pspec) in g_param_spec_finalize()
198 GParamSpec*
199 g_param_spec_ref (GParamSpec *pspec) in g_param_spec_ref()
216 g_param_spec_unref (GParamSpec *pspec) in g_param_spec_unref()
244 g_param_spec_sink (GParamSpec *pspec) in g_param_spec_sink()
267 GParamSpec*
[all …]
Dgobject.h202 GParamSpec *pspec);
216 GParamSpec *pspec);
328 GParamSpec *pspec);
332 GParamSpec *pspec);
338 GParamSpec **pspecs);
341 GParamSpec *pspec);
361 GParamSpec *pspec;
383 GParamSpec *pspec);
384 GParamSpec* g_object_class_find_property (GObjectClass *oclass,
386 GParamSpec**g_object_class_list_properties (GObjectClass *oclass,
[all …]
Dgobjectnotifyqueue.c35 GParamSpec **pspecs);
94 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw()
105 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
110 GParamSpec *pspec = slist->data; in g_object_notify_queue_thaw()
143 GParamSpec *pspec) in g_object_notify_queue_add()
147 GParamSpec *redirect; in g_object_notify_queue_add()
Dgobject.c143 GParamSpec *pspec);
147 GParamSpec *pspec);
165 GParamSpec **pspecs);
167 GParamSpec *pspec,
170 GParamSpec *pspec,
298 GParamSpec *pspec = node->data; in g_object_base_class_finalize()
310 GParamSpec **pspecs) in g_object_notify_dispatcher()
377 GParamSpec *pspec) in install_property_internal()
408 GParamSpec *pspec) in g_object_class_install_property()
461 GParamSpec *pspec) in g_object_interface_install_property()
[all …]
/external/bluetooth/glib/tests/gobject/
Difaceproperties.c115 static GParamSpec *iface_spec1, *iface_spec2, *iface_spec3;
119 static GParamSpec *inherited_spec1, *inherited_spec2, *inherited_spec3, *inherited_spec4;
165 GParamSpec *pspec; in DEFINE_IFACE()
215 GParamSpec *pspec) in base_object_set_property()
245 GParamSpec *pspec) in base_object_get_property()
273 GParamSpec *pspec) in base_object_notify()
338 GParamSpec *pspec) in DEFINE_TYPE_FULL()
362 GParamSpec *pspec) in derived_object_get_property()
404 assert_in_properties (GParamSpec *param_spec, in DEFINE_TYPE()
405 GParamSpec **properties, in DEFINE_TYPE()
[all …]
Dparamspec-test.c38 GParamSpec *pspec; in test_param_spec_char()
76 GParamSpec *pspec; in test_param_spec_string()
148 GParamSpec *ospec, *pspec; in test_param_spec_override()
188 GParamSpec *pspec; in test_param_spec_gtype()
/external/bluetooth/glib/tests/refcount/
Dproperties2.c40 GParamSpec *pspec);
44 GParamSpec *pspec);
117 GParamSpec *pspec) in my_test_get_property()
138 GParamSpec *pspec) in my_test_set_property()
159 GParamSpec *pspec) in dummy_notify()
Dproperties.c43 GParamSpec *pspec);
47 GParamSpec *pspec);
118 GParamSpec *pspec) in my_test_get_property()
139 GParamSpec *pspec) in my_test_set_property()
158 GParamSpec *pspec) in dummy_notify()
Dsignals.c57 const GValue * value, GParamSpec * pspec);
59 GValue * value, GParamSpec * pspec);
146 const GValue * value, GParamSpec * pspec) in my_test_set_property()
164 GValue * value, GParamSpec * pspec) in my_test_get_property()
226 notify (GObject *object, GParamSpec *spec, gpointer user_data) in notify()
/external/webkit/Source/WebCore/bindings/gobject/
DWebKitDOMObject.cpp25 …id webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_object_get_property()
34 …kit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_object_set_property()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebwindowfeatures.cpp92 …ndow_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
94 …web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
283 …indow_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_window_features_set_property()
325 …_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_window_features_get_property()
Dwebkitwebresource.cpp58 …webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
59 …_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
178 … webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_web_resource_get_property()
201 …t_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_web_resource_set_property()
Dwebkitviewportattributes.cpp115 …t_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec);
116 …ibutes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec);
435 …rt_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec) in webkit_viewport_attributes_get_property()
489 …ributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec) in webkit_viewport_attributes_set_property()
/external/bluetooth/glib/gio/
Dgdataoutputstream.c56 GParamSpec *pspec);
60 GParamSpec *pspec);
99 GParamSpec *pspec) in g_data_output_stream_set_property()
121 GParamSpec *pspec) in g_data_output_stream_get_property()
Dgfilteroutputstream.c47 GParamSpec *pspec);
52 GParamSpec *pspec);
152 GParamSpec *pspec) in g_filter_output_stream_set_property()
182 GParamSpec *pspec) in g_filter_output_stream_get_property()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc104 GParamSpec* pspec);
108 GParamSpec* pspec);
143 GParamSpec* pspec) { in gtk_chrome_shrinkable_hbox_set_property()
160 GParamSpec* pspec) { in gtk_chrome_shrinkable_hbox_get_property()
Dgtk_floating_container.cc60 GParamSpec* pspec);
65 GParamSpec* pspec);
256 GParamSpec* pspec) { in gtk_floating_container_set_child_property()
281 GParamSpec* pspec) { in gtk_floating_container_get_child_property()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bubble_gtk.h33 typedef struct _GParamSpec GParamSpec; typedef
67 GParamSpec*);
/external/bluetooth/bluez/audio/
Dgstrtpsbcpay.c102 const GValue *value, GParamSpec *pspec);
104 GValue *value, GParamSpec *pspec);
305 const GValue *value, GParamSpec *pspec) in gst_rtp_sbc_pay_set_property()
322 GValue *value, GParamSpec *pspec) in gst_rtp_sbc_pay_get_property()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestInterface.cpp91 …test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_interface_set_property()
102 …t_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_interface_get_property()
DWebKitDOMTestMediaQueryListListener.cpp89 …_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec) in webkit_dom_test_media_query_list_listener_set_property()
100 …_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec) in webkit_dom_test_media_query_list_listener_get_property()
/external/webkit/Source/WebKit/gtk/tests/
Dtestwebdatasource.c58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* lo… in notify_load_status_unreachable_cb()
76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_cb()
142 static void notify_load_status_lifetime_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) in notify_load_status_lifetime_cb()

1234