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

1 2 3

  /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/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/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/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.h 48 void mediaPlayerPrivateVolumeChangedCallback(GObject* element, GParamSpec* pspec, gpointer data);
49 void mediaPlayerPrivateSourceChangedCallback(GObject* element, GParamSpec* pspec, gpointer data);
54 friend void mediaPlayerPrivateSourceChangedCallback(GObject* element, GParamSpec* pspec, gpointer data);
  /external/webkit/WebKit/gtk/webkit/
webkithittestresult.cpp 71 static void webkit_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
94 static void webkit_hit_test_result_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
webkitwebresource.cpp 60 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
61 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
180 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
203 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
webkitwebwindowfeatures.cpp 91 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec);
93 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec);
282 static void webkit_web_window_features_set_property(GObject* object, guint prop_id, const GValue* value, GParamSpec* pspec)
324 static void webkit_web_window_features_get_property(GObject* object, guint prop_id, GValue* value, GParamSpec* pspec)
webkitnetworkrequest.cpp 84 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
100 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
webkitnetworkresponse.cpp 81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
  /external/bluetooth/bluez/audio/
gstrtpsbcpay.c 101 const GValue *value, GParamSpec *pspec);
103 GValue *value, GParamSpec *pspec);
304 const GValue *value, GParamSpec *pspec)
321 GValue *value, GParamSpec *pspec)
  /external/bluetooth/glib/gio/
gdataoutputstream.c 56 GParamSpec *pspec);
60 GParamSpec *pspec);
99 GParamSpec *pspec)
121 GParamSpec *pspec)
gfilterinputstream.c 47 GParamSpec *pspec);
52 GParamSpec *pspec);
153 GParamSpec *pspec)
183 GParamSpec *pspec)
gfilteroutputstream.c 47 GParamSpec *pspec);
52 GParamSpec *pspec);
152 GParamSpec *pspec)
182 GParamSpec *pspec)
  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 108 GParamSpec* spec = g_object_class_find_property(G_OBJECT_GET_CLASS(platformWidget()),
  /external/webkit/WebKit/gtk/tests/
testwebdatasource.c 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
79 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
testwindow.c 25 static void notify_load_status_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data)

Completed in 1265 milliseconds

1 2 3