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

1 2 3 4 5 6 7 8

  /external/bluetooth/glib/gobject/
gobject.h 0 /* GObject - GLib Type, Object, Parameter and Signal Library
26 #include <gobject/gtype.h>
27 #include <gobject/gvalue.h>
28 #include <gobject/gparam.h>
29 #include <gobject/gclosure.h>
30 #include <gobject/gsignal.h>
48 * Casts a #GObject or derived pointer into a (GObject*) pointer.
52 #define G_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject))
77 * @object: a #GObject instance
    [all...]
gobjectnotifyqueue.c 0 /* GObject - GLib Type, Object, Parameter and Signal Library
33 typedef void (*GObjectNotifyQueueDispatcher) (GObject *object,
68 g_object_notify_queue_freeze (GObject *object,
90 g_object_notify_queue_thaw (GObject *object,
130 g_object_notify_queue_clear (GObject *object,
141 g_object_notify_queue_add (GObject *object,
162 g_object_notify_queue_from_object (GObject *object,
gobject.c 0 /* GObject - GLib Type, Object, Parameter and Signal Library
31 #include "gobject.h"
48 * GObject is the fundamental type providing the common attributes and
50 * based on GObject. The GObject class provides methods for object
53 * linkend="gobject-Signals"/>.
56 * #GInitiallyUnowned is derived from #GObject. The only difference between
134 static void g_object_init (GObject *object);
135 static GObject* g_object_constructor (GType type,
138 static void g_object_real_dispose (GObject *object)
    [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.h 28 typedef struct _GObject GObject;
36 static bool addEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture, void* userData)
42 static bool removeEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture)
48 static void gobjectDestroyedCallback(GObjectEventListener* listener, GObject*)
63 GObjectEventListener(GObject*, EventTarget*, const char* domEventName, GCallback handler, bool capture, void* userData);
69 GObject* m_object;
72 // we only use it when the GObject and thus the m_coreTarget object is alive.
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)
WebKitDOMObject.h 44 GObject parentInstance;
GObjectEventListener.cpp 32 typedef void (*GObjectEventListenerCallback)(GObject*, WebKitDOMEvent*, void*);
34 GObjectEventListener::GObjectEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool capture, void* userData)
  /external/bluetooth/glib/gio/
gasyncresult.h 63 GObject * (* get_source_object) (GAsyncResult *async_result);
69 GObject *g_async_result_get_source_object (GAsyncResult *res);
gnativevolumemonitor.c 13 g_native_volume_monitor_finalize (GObject *object)
gsimpleasyncresult.h 51 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,
gfileattribute-priv.h 41 GObject *obj;
62 GObject * _g_file_attribute_value_get_object (const GFileAttributeValue *attr);
83 GObject *obj);
giotypes.h 123 typedef void (*GAsyncReadyCallback) (GObject *source_object,
184 * @object: a #GObject.
191 GObject *object,
  /external/bluetooth/glib/tests/refcount/
properties2.c 22 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)
114 my_test_get_property (GObject *object,
135 my_test_set_property (GObject *object,
158 dummy_notify (GObject *object,
objects2.c 17 GObject object;
29 static void my_test_dispose (GObject * object);
77 my_test_dispose (GObject * object)
properties.c 22 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)
115 my_test_get_property (GObject *object,
136 my_test_set_property (GObject *object,
157 dummy_notify (GObject *object,
signals.c 19 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)
145 my_test_set_property (GObject * object, guint prop_id,
163 my_test_get_property (GObject * object, guint prop_id,
226 notify (GObject *object, GParamSpec *spec, gpointer user_data)
  /external/bluetooth/glib/tests/gobject/
deftype.c 37 GObject parent_instance;
references.c 0 /* GObject - GLib Type, Object, Parameter and Signal Library
32 static GObject *global_object;
53 GObject parent_instance;
63 test_object_finalize (GObject *object)
99 GObject *object)
109 GObject *object)
119 GObject *object,
133 GObject *object,
147 GObject *object,
166 GObject *object
    [all...]
singleton.c 0 /* GObject - GLib Type, Object, Parameter and Signal Library
26 GObject parent_instance;
44 static GObject*
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 33 #include "gobject/ConvertToUTF8String.h"
75 static void webkit_dom_test_interface_finalize(GObject* object)
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)
113 static void webkit_dom_test_interface_constructed(GObject* object)
142 * in a C-allocated GObject structure. See the finalize() code for the
WebKitDOMTestMediaQueryListListener.cpp 31 #include "gobject/ConvertToUTF8String.h"
73 static void webkit_dom_test_media_query_list_listener_finalize(GObject* object)
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)
111 static void webkit_dom_test_media_query_list_listener_constructed(GObject* object)
140 * in a C-allocated GObject structure. See the finalize() code for the
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.h 36 GObject parent_instance;
  /external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.c 44 g_fam_directory_monitor_finalize (GObject *object)
60 static GObject *
65 GObject *obj;
gfamfilemonitor.c 44 g_fam_file_monitor_finalize (GObject *object)
59 static GObject *
64 GObject *obj;
  /external/bluetooth/glib/gio/fen/
gfendirectorymonitor.c 57 g_fen_directory_monitor_finalize (GObject *object)
71 static GObject *
76 GObject *obj;

Completed in 593 milliseconds

1 2 3 4 5 6 7 8