summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-08New function: g_clear_object()Ryan Lortie1-0/+15
2010-09-13gobject: Add install_properties()Emmanuele Bassi1-0/+3
2010-06-15Introduce g_object_notify_by_pspec()Damien Lespiau1-0/+2
2009-10-02Add flags member for GObjectClassAlexander Larsson1-1/+3
2008-08-21Mark g_object_get_type function as const, it's a fundamental type and canJohan Dahlin1-1/+1
2008-08-21Bug 548800 – Missing a g_object_get_type functionJohan Dahlin1-0/+1
2008-06-22Move some content for gobject-unused.sgml and cleared empty entries. TheStefan Kost1-0/+36
2008-06-21Migrating docs.Stefan Kost1-0/+8
2008-06-21Migrating docs.Stefan Kost1-0/+229
2007-04-03invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie1-4/+7
2006-08-23changed return value of g_value_dup_object(), fixes #343292.Sven Neumann1-1/+1
2006-01-18Make g_object_compat_control() visible for GTK+ compilation, to avoidMatthias Clasen1-0/+3
2005-12-22renamed GUnowned to GInitiallyUnowned.Tim Janik1-10/+10
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik1-1/+14
2005-11-23added floating reference count. g_object_is_floating():Tim Janik1-0/+3
2005-08-01turned all modifications to the first 32 integer bits in a closure intoTim Janik1-3/+3
2005-07-11Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makesMatthias Clasen1-1/+1
2005-05-05Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor1-0/+12
2005-03-08Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen1-5/+5
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor1-0/+11
2003-10-20Documentation additions.Matthias Clasen1-1/+3
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-2/+4
2002-03-21fix extraneous include.Tim Janik1-1/+0
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-0/+7
2002-01-24return gulong instead of guint.Tim Janik1-1/+1
2002-01-09cosmetic fix.Tim Janik1-1/+1
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor1-3/+3
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+4
2001-11-05we need signal.h for G_BREAKPOINT().Tim Janik1-0/+1
2001-09-10removed extraneous GObject* returns from a couple functions that are veryTim Janik1-5/+5
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge1-1/+2
2001-08-06added new function g_nullify_pointer().Sven Neumann1-0/+4
2001-07-02added g_list_insert_before().Tim Janik1-5/+16
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-2/+2
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-11/+14
2001-05-24gpointer, not gpointer *.Owen Taylor1-1/+1
2001-05-22make g_value_set_object() take a gpointer v_object so people don't need toTim Janik1-1/+1
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-10/+2
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-23/+24
2000-12-13urg managed to forget this last time ;(Tim Janik1-4/+4
2000-12-13return whether a value got removed.Tim Janik1-5/+6
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-129/+145
2000-11-20More convenient data-setting functionsHavoc Pennington1-0/+11
2000-11-15doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-MaartenTim Janik1-1/+1
2000-10-27fixed notifier position for post_marshal guard which was off at 0.Tim Janik1-4/+4
2000-10-25added newly added gobject/ headers.Tim Janik1-29/+44
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-0/+6
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+165