Home
last modified time | relevance | path

Searched refs:GObject (Results 1 – 25 of 213) sorted by relevance

123456789

/external/bluetooth/glib/gobject/
Dgobject.h52 #define G_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject))
184 typedef struct _GObject GObject; typedef
199 typedef void (*GObjectGetPropertyFunc) (GObject *object,
213 typedef void (*GObjectSetPropertyFunc) (GObject *object,
223 typedef void (*GObjectFinalizeFunc) (GObject *object);
235 GObject *where_the_object_was);
321 GObject* (*constructor) (GType type,
325 void (*set_property) (GObject *object,
329 void (*get_property) (GObject *object,
333 void (*dispose) (GObject *object);
[all …]
Dgobject.c134 static void g_object_init (GObject *object);
135 static GObject* g_object_constructor (GType type,
138 static void g_object_real_dispose (GObject *object);
139 static void g_object_finalize (GObject *object);
140 static void g_object_do_set_property (GObject *object,
144 static void g_object_do_get_property (GObject *object,
163 static void g_object_dispatch_properties_changed (GObject *object,
166 static inline void object_get_property (GObject *object,
169 static inline void object_set_property (GObject *object,
173 static guint object_floating_flag_handler (GObject *object,
[all …]
Dgobjectnotifyqueue.c33 typedef void (*GObjectNotifyQueueDispatcher) (GObject *object,
68 g_object_notify_queue_freeze (GObject *object, in g_object_notify_queue_freeze()
90 g_object_notify_queue_thaw (GObject *object, in g_object_notify_queue_thaw()
130 g_object_notify_queue_clear (GObject *object, in g_object_notify_queue_clear()
141 g_object_notify_queue_add (GObject *object, in g_object_notify_queue_add()
162 g_object_notify_queue_from_object (GObject *object, in g_object_notify_queue_from_object()
/external/webkit/Source/WebCore/bindings/gobject/
DGObjectEventListener.h28 typedef struct _GObject GObject; typedef
36 …static bool addEventListener(GObject* object, EventTarget* target, const char* domEventName, GCall… in addEventListener()
42 …static bool removeEventListener(GObject* object, EventTarget* target, const char* domEventName, GC… in removeEventListener()
48 static void gobjectDestroyedCallback(GObjectEventListener* listener, GObject*) in gobjectDestroyedCallback() argument
63 …GObjectEventListener(GObject*, EventTarget*, const char* domEventName, GCallback handler, bool cap…
69 GObject* m_object;
/external/bluetooth/glib/tests/refcount/
Dproperties2.c22 GObject object;
36 static void my_test_dispose (GObject * object);
37 static void my_test_get_property (GObject *object,
41 static void my_test_set_property (GObject *object,
102 my_test_dispose (GObject * object) in my_test_dispose()
114 my_test_get_property (GObject *object, in my_test_get_property()
135 my_test_set_property (GObject *object, in my_test_set_property()
158 dummy_notify (GObject *object, in dummy_notify()
Dproperties.c22 GObject object;
39 static void my_test_dispose (GObject * object);
40 static void my_test_get_property (GObject *object,
44 static void my_test_set_property (GObject *object,
105 my_test_dispose (GObject * object) in my_test_dispose()
115 my_test_get_property (GObject *object, in my_test_get_property()
136 my_test_set_property (GObject *object, in my_test_set_property()
157 dummy_notify (GObject *object, in dummy_notify()
Dsignals.c19 GObject object;
52 static void my_test_dispose (GObject * object);
56 static void my_test_set_property (GObject * object, guint prop_id,
58 static void my_test_get_property (GObject * object, guint prop_id,
133 my_test_dispose (GObject * object) in my_test_dispose()
145 my_test_set_property (GObject * object, guint prop_id, in my_test_set_property()
163 my_test_get_property (GObject * object, guint prop_id, in my_test_get_property()
226 notify (GObject *object, GParamSpec *spec, gpointer user_data) in notify()
Dobjects2.c17 GObject object;
29 static void my_test_dispose (GObject * object);
77 my_test_dispose (GObject * object) in my_test_dispose()
/external/bluetooth/glib/tests/gobject/
Dreferences.c32 static GObject *global_object;
53 GObject parent_instance;
63 test_object_finalize (GObject *object) in test_object_finalize()
99 GObject *object) in weak_ref1()
109 GObject *object) in weak_ref2()
119 GObject *object, in toggle_ref1()
133 GObject *object, in toggle_ref2()
147 GObject *object, in toggle_ref3()
166 GObject *object; in main()
Difaceproperties.c71 GObject parent_instance;
155 static GObject* in DEFINE_IFACE()
212 base_object_set_property (GObject *object, in base_object_set_property()
242 base_object_get_property (GObject *object, in base_object_get_property()
272 base_object_notify (GObject *object, in base_object_notify()
335 derived_object_set_property (GObject *object, in DEFINE_TYPE_FULL()
359 derived_object_get_property (GObject *object, in derived_object_get_property()
/external/bluetooth/glib/gio/
Dgsimpleasyncresult.h51 GSimpleAsyncResult *g_simple_async_result_new (GObject *source_object,
55 GSimpleAsyncResult *g_simple_async_result_new_error (GObject *source_object,
62 GSimpleAsyncResult *g_simple_async_result_new_from_error (GObject *source_object,
106 GObject *source,
109 void g_simple_async_report_error_in_idle (GObject *object,
116 void g_simple_async_report_gerror_in_idle (GObject *object,
Dgsimpleasyncresult.c117 GObject parent_instance;
119 GObject *source_object;
148 g_simple_async_result_finalize (GObject *object) in G_DEFINE_TYPE_WITH_CODE()
193 g_simple_async_result_new (GObject *source_object, in g_simple_async_result_new()
226 g_simple_async_result_new_from_error (GObject *source_object, in g_simple_async_result_new_from_error()
258 g_simple_async_result_new_error (GObject *source_object, in g_simple_async_result_new_error()
291 static GObject *
720 GObject *source, in g_simple_async_result_is_valid()
724 GObject *cmp_source; in g_simple_async_result_is_valid()
756 g_simple_async_report_error_in_idle (GObject *object, in g_simple_async_report_error_in_idle()
[all …]
Dgfilteroutputstream.c44 static void g_filter_output_stream_set_property (GObject *object,
49 static void g_filter_output_stream_get_property (GObject *object,
53 static void g_filter_output_stream_dispose (GObject *object);
149 g_filter_output_stream_set_property (GObject *object, in g_filter_output_stream_set_property()
155 GObject *obj; in g_filter_output_stream_set_property()
179 g_filter_output_stream_get_property (GObject *object, in g_filter_output_stream_get_property()
206 g_filter_output_stream_dispose (GObject *object) in g_filter_output_stream_dispose()
421 g_filter_output_stream_close_ready (GObject *object, in g_filter_output_stream_close_ready()
Dgfilterinputstream.c44 static void g_filter_input_stream_set_property (GObject *object,
49 static void g_filter_input_stream_get_property (GObject *object,
53 static void g_filter_input_stream_finalize (GObject *object);
150 g_filter_input_stream_set_property (GObject *object, in g_filter_input_stream_set_property()
156 GObject *obj; in g_filter_input_stream_set_property()
180 g_filter_input_stream_get_property (GObject *object, in g_filter_input_stream_get_property()
207 g_filter_input_stream_finalize (GObject *object) in g_filter_input_stream_finalize()
435 g_filter_input_stream_close_ready (GObject *object, in g_filter_input_stream_close_ready()
Dglocalfilemonitor.c48 g_local_file_monitor_set_property (GObject *object, in g_local_file_monitor_set_property()
64 static GObject *
69 GObject *obj; in g_local_file_monitor_constructor()
101 g_local_file_monitor_finalize (GObject *object) in g_local_file_monitor_finalize()
Dgfileattribute-priv.h41 GObject *obj;
62 GObject * _g_file_attribute_value_get_object (const GFileAttributeValue *attr);
83 GObject *obj);
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestInterface.cpp75 static void webkit_dom_test_interface_finalize(GObject* object) in webkit_dom_test_interface_finalize()
91 static void webkit_dom_test_interface_set_property(GObject* object, guint prop_id, const GValue* va… in webkit_dom_test_interface_set_property()
102 static void webkit_dom_test_interface_get_property(GObject* object, guint prop_id, GValue* value, G… in webkit_dom_test_interface_get_property()
113 static void webkit_dom_test_interface_constructed(GObject* object) in webkit_dom_test_interface_constructed()
DWebKitDOMTestMediaQueryListListener.cpp73 static void webkit_dom_test_media_query_list_listener_finalize(GObject* object) in webkit_dom_test_media_query_list_listener_finalize()
89 static void webkit_dom_test_media_query_list_listener_set_property(GObject* object, guint prop_id, … in webkit_dom_test_media_query_list_listener_set_property()
100 static void webkit_dom_test_media_query_list_listener_get_property(GObject* object, guint prop_id, … in webkit_dom_test_media_query_list_listener_get_property()
111 static void webkit_dom_test_media_query_list_listener_constructed(GObject* object) in webkit_dom_test_media_query_list_listener_constructed()
DWebKitDOMTestSerializedScriptValueInterface.cpp90 static void webkit_dom_test_serialized_script_value_interface_finalize(GObject* object) in webkit_dom_test_serialized_script_value_interface_finalize()
106 static void webkit_dom_test_serialized_script_value_interface_set_property(GObject* object, guint p… in webkit_dom_test_serialized_script_value_interface_set_property()
117 static void webkit_dom_test_serialized_script_value_interface_get_property(GObject* object, guint p… in webkit_dom_test_serialized_script_value_interface_get_property()
136 static void webkit_dom_test_serialized_script_value_interface_constructed(GObject* object) in webkit_dom_test_serialized_script_value_interface_constructed()
/external/bluetooth/glib/gobject/tests/
Dthreadtests.c87 typedef GObject MyTester0;
95 typedef GObject MyTester1;
103 typedef GObject MyTester2;
162 GObject parent;
175 prop_tester_set_property (GObject *object, in prop_tester_set_property()
209 GObject *obj = g_object_new (prop_tester_get_type(), "name", "fish", NULL); in object_create()
/external/bluetooth/glib/gio/win32/
Dgwin32directorymonitor.c49 static void g_win32_directory_monitor_finalize (GObject *base);
52 static GObject *g_win32_directory_monitor_constructor (GType type,
63 g_win32_directory_monitor_finalize (GObject *base) in g_win32_directory_monitor_finalize()
145 static GObject *
149 GObject *obj; in g_win32_directory_monitor_constructor()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebresource.cpp58 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamS…
59 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, G…
82 static void webkit_web_resource_dispose(GObject* object) in webkit_web_resource_dispose()
95 static void webkit_web_resource_finalize(GObject* object) in webkit_web_resource_finalize()
178 static void webkit_web_resource_get_property(GObject* object, guint prop_id, GValue* value, GParamS… in webkit_web_resource_get_property()
201 static void webkit_web_resource_set_property(GObject* object, guint prop_id, const GValue* value, G… in webkit_web_resource_set_property()
Dwebkiticondatabase.cpp86 static void webkit_icon_database_finalize(GObject* object) in webkit_icon_database_finalize()
94 static void webkit_icon_database_dispose(GObject* object) in webkit_icon_database_dispose()
99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, G… in webkit_icon_database_set_property()
113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamS… in webkit_icon_database_get_property()
Dwebkitnetworkresponse.cpp58 static void webkit_network_response_dispose(GObject* object) in webkit_network_response_dispose()
71 static void webkit_network_response_finalize(GObject* object) in webkit_network_response_finalize()
81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, … in webkit_network_response_get_property()
97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* v… in webkit_network_response_set_property()
/external/bluetooth/glib/gio/tests/
Dsimple-async-result.c17 static GObject *got_source;
50 callback_func (GObject *source, in callback_func()
63 GObject *a, *b, *c; in test_simple_async()

123456789