Lines Matching refs:GObject
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);
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,
187 static guint (*floating_flag_handler) (GObject*, gint) = object_floating_flag_handler;
195 static volatile GObject *g_trap_object_ref = NULL;
204 GObject *object = value; in debug_objects_foreach()
239 sizeof (GObject), in g_object_type_init()
308 g_object_notify_dispatcher (GObject *object, in g_object_notify_dispatcher()
685 g_object_init (GObject *object) in g_object_init()
709 g_object_do_set_property (GObject *object, in g_object_do_set_property()
723 g_object_do_get_property (GObject *object, in g_object_do_get_property()
737 g_object_real_dispose (GObject *object) in g_object_real_dispose()
745 g_object_finalize (GObject *object) in g_object_finalize()
763 g_object_dispatch_properties_changed (GObject *object, in g_object_dispatch_properties_changed()
783 g_object_run_dispose (GObject *object) in g_object_run_dispose()
806 g_object_freeze_notify (GObject *object) in g_object_freeze_notify()
826 g_object_notify (GObject *object, in g_object_notify()
873 g_object_thaw_notify (GObject *object) in g_object_thaw_notify()
892 object_get_property (GObject *object, in object_get_property()
908 object_set_property (GObject *object, in object_set_property()
1054 GObject *object; in g_object_new()
1089 object_in_construction_list (GObject *object) in object_in_construction_list()
1118 GObject *object; in g_object_newv()
1264 GObject*
1272 GObject *object; in g_object_new_valist()
1330 static GObject*
1335 GObject *object; in g_object_constructor()
1338 object = (GObject*) g_type_create_instance (type); in g_object_constructor()
1374 g_object_set_valist (GObject *object, in g_object_set_valist()
1457 g_object_get_valist (GObject *object, in g_object_get_valist()
1531 GObject *object = _object; in g_object_set()
1582 GObject *object = _object; in g_object_get()
1601 g_object_set_property (GObject *object, in g_object_set_property()
1654 g_object_get_property (GObject *object, in g_object_get_property()
1804 GObject *object = _object; in g_object_connect()
1888 GObject *object = _object; in g_object_disconnect()
1932 GObject *object;
1964 g_object_weak_ref (GObject *object, in g_object_weak_ref()
2002 g_object_weak_unref (GObject *object, in g_object_weak_unref()
2044 g_object_add_weak_pointer (GObject *object, in g_object_add_weak_pointer()
2065 g_object_remove_weak_pointer (GObject *object, in g_object_remove_weak_pointer()
2077 object_floating_flag_handler (GObject *object, in object_floating_flag_handler()
2114 GObject *object = _object; in g_object_is_floating()
2140 GObject *object = _object; in g_object_ref_sink()
2164 g_object_force_floating (GObject *object) in g_object_force_floating()
2174 GObject *object;
2183 toggle_refs_notify (GObject *object, in toggle_refs_notify()
2235 g_object_add_toggle_ref (GObject *object, in g_object_add_toggle_ref()
2288 g_object_remove_toggle_ref (GObject *object, in g_object_remove_toggle_ref()
2336 GObject *object = _object; in g_object_ref()
2366 GObject *object = _object; in g_object_unref()
2447 g_object_get_qdata (GObject *object, in g_object_get_qdata()
2471 g_object_set_qdata (GObject *object, in g_object_set_qdata()
2496 g_object_set_qdata_full (GObject *object, in g_object_set_qdata_full()
2552 g_object_steal_qdata (GObject *object, in g_object_steal_qdata()
2571 g_object_get_data (GObject *object, in g_object_get_data()
2597 g_object_set_data (GObject *object, in g_object_set_data()
2621 g_object_set_data_full (GObject *object, in g_object_set_data_full()
2644 g_object_steal_data (GObject *object, in g_object_steal_data()
2704 GObject *object = collect_values[0].v_pointer; in g_value_object_collect_value()
2733 GObject **object_p = collect_values[0].v_pointer; in g_value_object_lcopy_value()
2769 GObject *old; in g_value_set_object()
2935 GObject *object;
2962 GObject *object = data; in object_remove_closure()
2981 GObject *object = carray->object; in destroy_closure_array()
3013 g_object_watch_closure (GObject *object, in g_object_watch_closure()
3062 GObject *object) in g_closure_new_object()
3090 GObject *object) in g_cclosure_new_object()
3119 GObject *object) in g_cclosure_new_object_swap()
3143 floating_flag_handler = (guint(*)(GObject*,gint)) data; in g_object_compat_control()