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

1 2 3 4 5 6

  /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/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)
objects.c 17 GObject object;
30 static void my_test_dispose (GObject * object);
78 my_test_dispose (GObject * object)
  /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/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;
gfenfilemonitor.c 56 g_fen_file_monitor_finalize (GObject *object)
70 static GObject *
75 GObject *obj;
  /external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.c 52 g_inotify_directory_monitor_finalize (GObject *object)
68 static GObject *
73 GObject *obj;
ginotifyfilemonitor.c 54 g_inotify_file_monitor_finalize (GObject *object)
82 static GObject *
87 GObject *obj;
  /external/bluetooth/glib/gio/tests/
simple-async-result.c 17 static GObject *got_source;
50 callback_func (GObject *source,
63 GObject *a, *b, *c;
  /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 59 static void webkit_hit_test_result_finalize(GObject* object)
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)

Completed in 604 milliseconds

1 2 3 4 5 6