HomeSort by relevance Sort by last modified time
    Searched refs:GParamSpec (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/bluetooth/glib/gobject/
gparam.h 19 * gparam.h: GParamSpec base class implementation
42 * @pspec: a valid #GParamSpec
44 * Casts a derived #GParamSpec object (e.g. of type #GParamSpecInt) into
45 * a #GParamSpec object.
47 #define G_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
50 * @pspec: a #GParamSpec
52 * Checks whether @pspec "is a" valid #GParamSpec structure of type %G_TYPE_PARAM
73 * @pspec: a valid #GParamSpec
75 * Retrieves the #GParamSpecClass of a #GParamSpec.
83 * @pspec: a valid #GParamSpec
    [all...]
gparamspecs.h 44 * @pspec: a valid #GParamSpec instance
46 * Checks whether the given #GParamSpec is of type %G_TYPE_PARAM_CHAR.
53 * @pspec: a valid #GParamSpec instance
55 * Cast a #GParamSpec instance into a #GParamSpecChar.
67 * @pspec: a valid #GParamSpec instance
69 * Checks whether the given #GParamSpec is of type %G_TYPE_PARAM_UCHAR.
76 * @pspec: a valid #GParamSpec instance
78 * Cast a #GParamSpec instance into a #GParamSpecUChar.
90 * @pspec: a valid #GParamSpec instance
92 * Checks whether the given #GParamSpec is of type %G_TYPE_PARAM_BOOLEAN
    [all...]
gparamspecs.c 37 * @see_also: #GParamSpec, #GValue, g_object_class_install_property().
44 * specifications for most value types can be created as #GParamSpec
60 param_char_init (GParamSpec *pspec)
70 param_char_set_default (GParamSpec *pspec,
77 param_char_validate (GParamSpec *pspec,
89 param_uchar_init (GParamSpec *pspec)
99 param_uchar_set_default (GParamSpec *pspec,
106 param_uchar_validate (GParamSpec *pspec,
118 param_boolean_set_default (GParamSpec *pspec,
125 param_boolean_validate (GParamSpec *pspec
    [all...]
gparam.c 35 * SECTION:gparamspec
40 * @title: GParamSpec
42 * #GParamSpec is an object structure that encapsulates the metadata
68 static void g_param_spec_init (GParamSpec *pspec,
70 static void g_param_spec_finalize (GParamSpec *pspec);
117 sizeof (GParamSpec),
125 /* This should be registred as GParamSpec instead of GParam, for
157 g_param_spec_init (GParamSpec *pspec,
174 g_param_spec_finalize (GParamSpec *pspec)
192 * @pspec: a valid #GParamSpec
    [all...]
gobjectnotifyqueue.c 35 GParamSpec **pspecs);
94 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL;
105 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem;
110 GParamSpec *pspec = slist->data;
143 GParamSpec *pspec)
147 GParamSpec *redirect;
gobject.h 195 * @pspec: the #GParamSpec describing the property
202 GParamSpec *pspec);
209 * @pspec: the #GParamSpec describing the property
216 GParamSpec *pspec);
328 GParamSpec *pspec);
332 GParamSpec *pspec);
338 GParamSpec **pspecs);
341 GParamSpec *pspec);
352 * @pspec: the #GParamSpec of the construct parameter
356 * structure used to hand #GParamSpec/#GValue pairs to the @constructor o
    [all...]
gobject.c 143 GParamSpec *pspec);
147 GParamSpec *pspec);
165 GParamSpec **pspecs);
167 GParamSpec *pspec,
170 GParamSpec *pspec,
298 GParamSpec *pspec = node->data;
310 GParamSpec **pspecs)
338 * @pspec: the #GParamSpec of the property which changed.
377 GParamSpec *pspec)
397 * @pspec: the #GParamSpec for the new propert
    [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitDOMObject.cpp 25 static void webkit_dom_object_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
34 static void webkit_dom_object_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 115 static GParamSpec *iface_spec1, *iface_spec2, *iface_spec3;
119 static GParamSpec *inherited_spec1, *inherited_spec2, *inherited_spec3, *inherited_spec4;
165 GParamSpec *pspec;
183 /* Test forwarding of the various GParamSpec methods to the redirect target
215 GParamSpec *pspec)
245 GParamSpec *pspec)
273 GParamSpec *pspec)
338 GParamSpec *pspec)
362 GParamSpec *pspec)
404 assert_in_properties (GParamSpec *param_spec
    [all...]
paramspec-test.c 38 GParamSpec *pspec;
76 GParamSpec *pspec;
148 GParamSpec *ospec, *pspec;
188 GParamSpec *pspec;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 33 typedef struct _GParamSpec GParamSpec;
67 GParamSpec*);
  /external/bluetooth/glib/tests/refcount/
properties2.c 40 GParamSpec *pspec);
44 GParamSpec *pspec);
117 GParamSpec *pspec)
138 GParamSpec *pspec)
159 GParamSpec *pspec)
properties.c 43 GParamSpec *pspec);
47 GParamSpec *pspec);
118 GParamSpec *pspec)
139 GParamSpec *pspec)
158 GParamSpec *pspec)
signals.c 57 const GValue * value, GParamSpec * pspec);
59 GValue * value, GParamSpec * pspec);
146 const GValue * value, GParamSpec * pspec)
164 GValue * value, GParamSpec * pspec)
226 notify (GObject *object, GParamSpec *spec, gpointer user_data)
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
WebKitDOMTestMediaQueryListListener.cpp 89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
WebKitDOMTestSerializedScriptValueInterface.cpp 106 static void webkit_dom_test_serialized_script_value_interface_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
117 static void webkit_dom_test_serialized_script_value_interface_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
  /external/bluetooth/bluez/audio/
gstrtpsbcpay.c 102 const GValue *value, GParamSpec *pspec);
104 GValue *value, GParamSpec *pspec);
305 const GValue *value, GParamSpec *pspec)
322 GValue *value, GParamSpec *pspec)
  /external/bluetooth/glib/gio/
gdataoutputstream.c 56 GParamSpec *pspec);
60 GParamSpec *pspec);
99 GParamSpec *pspec)
121 GParamSpec *pspec)
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 104 GParamSpec* pspec);
108 GParamSpec* pspec);
143 GParamSpec* pspec) {
160 GParamSpec* pspec) {
  /external/webkit/Source/WebCore/platform/gtk/
WidgetGtk.cpp 96 GParamSpec* spec = g_object_class_find_property(G_OBJECT_GET_CLASS(platformWidget()),
  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributes.cpp 81 * viewport_valid_changed_cb (WebKitViewportAttributes* attributes, GParamSpec* pspec, WebKitWebView* web_view)
115 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec);
116 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec);
435 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* paramSpec)
489 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* paramSpec)
webkitwebresource.cpp 58 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
59 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
178 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
201 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
webkitwebwindowfeatures.cpp 92 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
94 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
283 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
325 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
webkiticondatabase.cpp 99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, GParamSpec* pspec)
113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamSpec* pspec)

Completed in 329 milliseconds

1 2 3 4