summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
Commit message (Expand)AuthorAgeFilesLines
* invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie2007-04-031-4/+7
* changed return value of g_value_dup_object(), fixes #343292.Sven Neumann2006-08-231-1/+1
* Make g_object_compat_control() visible for GTK+ compilation, to avoidMatthias Clasen2006-01-181-0/+3
* renamed GUnowned to GInitiallyUnowned.Tim Janik2005-12-221-10/+10
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-221-1/+14
* added floating reference count. g_object_is_floating():Tim Janik2005-11-231-0/+3
* turned all modifications to the first 32 integer bits in a closure intoTim Janik2005-08-011-3/+3
* Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makesMatthias Clasen2005-07-111-1/+1
* Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2005-05-051-0/+12
* Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen2005-03-081-5/+5
* Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor2003-10-211-0/+11
* Documentation additions.Matthias Clasen2003-10-201-1/+3
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-2/+4
* fix extraneous include.Tim Janik2002-03-211-1/+0
* provide marshaller specific value_set_*_take_ownership() variants.Tim Janik2002-02-191-0/+7
* return gulong instead of guint.Tim Janik2002-01-241-1/+1
* cosmetic fix.Tim Janik2002-01-091-1/+1
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+3
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+4
* we need signal.h for G_BREAKPOINT().Tim Janik2001-11-051-0/+1
* removed extraneous GObject* returns from a couple functions that are veryTim Janik2001-09-101-5/+5
* add an object member to the structure. (weak_refs_notify): passJames Henstridge2001-08-181-1/+2
* added new function g_nullify_pointer().Sven Neumann2001-08-061-0/+4
* added g_list_insert_before().Tim Janik2001-07-021-5/+16
* up version number to 1.3.7, interface age 0, binary age 0.Tim Janik2001-06-281-2/+2
* remove left-over usages of an anonymous GBoxed typedef.Tim Janik2001-06-191-11/+14
* gpointer, not gpointer *.Owen Taylor2001-05-241-1/+1
* make g_value_set_object() take a gpointer v_object so people don't need toTim Janik2001-05-221-1/+1
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-10/+2
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-23/+24
* urg managed to forget this last time ;(Tim Janik2000-12-131-4/+4
* return whether a value got removed.Tim Janik2000-12-131-5/+6
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-129/+145
* More convenient data-setting functionsHavoc Pennington2000-11-201-0/+11
* doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-MaartenTim Janik2000-11-151-1/+1
* fixed notifier position for post_marshal guard which was off at 0.Tim Janik2000-10-271-4/+4
* added newly added gobject/ headers.Tim Janik2000-10-251-29/+44
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-0/+6
* add reserved fundamental ids for gtk types (for transition time). addedTim Janik2000-05-121-0/+165