Age | Commit message (Expand) | Author | Files | Lines |
2010-11-08 | New function: g_clear_object() | Ryan Lortie | 1 | -0/+15 |
2010-09-13 | gobject: Add install_properties() | Emmanuele Bassi | 1 | -0/+3 |
2010-06-15 | Introduce g_object_notify_by_pspec() | Damien Lespiau | 1 | -0/+2 |
2009-10-02 | Add flags member for GObjectClass | Alexander Larsson | 1 | -1/+3 |
2008-08-21 | Mark g_object_get_type function as const, it's a fundamental type and can | Johan Dahlin | 1 | -1/+1 |
2008-08-21 | Bug 548800 – Missing a g_object_get_type function | Johan Dahlin | 1 | -0/+1 |
2008-06-22 | Move some content for gobject-unused.sgml and cleared empty entries. The | Stefan Kost | 1 | -0/+36 |
2008-06-21 | Migrating docs. | Stefan Kost | 1 | -0/+8 |
2008-06-21 | Migrating docs. | Stefan Kost | 1 | -0/+229 |
2007-04-03 | invoke GObjectClass.constructed() only for newly constructed objects, and | Ryan Lortie | 1 | -4/+7 |
2006-08-23 | changed return value of g_value_dup_object(), fixes #343292. | Sven Neumann | 1 | -1/+1 |
2006-01-18 | Make g_object_compat_control() visible for GTK+ compilation, to avoid | Matthias Clasen | 1 | -0/+3 |
2005-12-22 | renamed GUnowned to GInitiallyUnowned. | Tim Janik | 1 | -10/+10 |
2005-12-22 | implemented G_TYPE_GTPYE. applied patch from matthias which implements | Tim Janik | 1 | -1/+14 |
2005-11-23 | added floating reference count. g_object_is_floating(): | Tim Janik | 1 | -0/+3 |
2005-08-01 | turned all modifications to the first 32 integer bits in a closure into | Tim Janik | 1 | -3/+3 |
2005-07-11 | Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makes | Matthias Clasen | 1 | -1/+1 |
2005-05-05 | Add g_object_add/remove_toggle_ref() functions to get notification when a | Owen Taylor | 1 | -0/+12 |
2005-03-08 | Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) | Matthias Clasen | 1 | -5/+5 |
2003-10-21 | Add a new GParamSpecOverride type that is a pointer to a different | Owen Taylor | 1 | -0/+11 |
2003-10-20 | Documentation additions. | Matthias Clasen | 1 | -1/+3 |
2003-09-12 | Make the g_value_set_x_take_ownership() functions "official" part of the | Matthias Clasen | 1 | -2/+4 |
2002-03-21 | fix extraneous include. | Tim Janik | 1 | -1/+0 |
2002-02-19 | provide marshaller specific value_set_*_take_ownership() variants. | Tim Janik | 1 | -0/+7 |
2002-01-24 | return gulong instead of guint. | Tim Janik | 1 | -1/+1 |
2002-01-09 | cosmetic fix. | Tim Janik | 1 | -1/+1 |
2001-11-22 | Improve the detection of invalid includes by moving the test outside the | Owen Taylor | 1 | -3/+3 |
2001-11-18 | Include gtypes.h not gobject/gtype.h | Owen Taylor | 1 | -0/+4 |
2001-11-05 | we need signal.h for G_BREAKPOINT(). | Tim Janik | 1 | -0/+1 |
2001-09-10 | removed extraneous GObject* returns from a couple functions that are very | Tim Janik | 1 | -5/+5 |
2001-08-18 | add an object member to the structure. (weak_refs_notify): pass | James Henstridge | 1 | -1/+2 |
2001-08-06 | added new function g_nullify_pointer(). | Sven Neumann | 1 | -0/+4 |
2001-07-02 | added g_list_insert_before(). | Tim Janik | 1 | -5/+16 |
2001-06-28 | up version number to 1.3.7, interface age 0, binary age 0. | Tim Janik | 1 | -2/+2 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 1 | -11/+14 |
2001-05-24 | gpointer, not gpointer *. | Owen Taylor | 1 | -1/+1 |
2001-05-22 | make g_value_set_object() take a gpointer v_object so people don't need to | Tim Janik | 1 | -1/+1 |
2001-03-09 | Use G_BEGIN_DECLS and G_END_DECLS. | Tor Lillqvist | 1 | -10/+2 |
2001-03-07 | changed prototype of g_boxed_type_register_static() to contain an optional | Tim Janik | 1 | -23/+24 |
2000-12-13 | urg managed to forget this last time ;( | Tim Janik | 1 | -4/+4 |
2000-12-13 | return whether a value got removed. | Tim Janik | 1 | -5/+6 |
2000-12-12 | fixed dealing with collection/lcopy of NULL values. | Tim Janik | 1 | -129/+145 |
2000-11-20 | More convenient data-setting functions | Havoc Pennington | 1 | -0/+11 |
2000-11-15 | doh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-Maarten | Tim Janik | 1 | -1/+1 |
2000-10-27 | fixed notifier position for post_marshal guard which was off at 0. | Tim Janik | 1 | -4/+4 |
2000-10-25 | added newly added gobject/ headers. | Tim Janik | 1 | -29/+44 |
2000-06-24 | define gstring in terms of gchar*. this typedef reflects the type name of | Tim Janik | 1 | -0/+6 |
2000-05-12 | add reserved fundamental ids for gtk types (for transition time). added | Tim Janik | 1 | -0/+165 |