summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
Commit message (Expand)AuthorAgeFilesLines
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-1/+1
* Doc: clarify set_property() vfuncSébastien Wilmet2013-03-151-3/+4
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+59
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* gobject: Use local variable names in macros less likely to clashColin Walters2012-12-051-7/+7
* Add an atomic compare-and-exchange operation for object dataMatthias Clasen2012-09-021-0/+30
* Add g_clear_pointer()Xavier Claessens2012-04-271-13/+1
* GWeakRef: add a weak GObject reference believed to be thread-safeRyan Lortie2012-01-021-0/+12
* GObject: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen2011-11-031-4/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated functions in gobjectMatthias Clasen2011-10-081-1/+1
* Spelling fixesMatthias Clasen2011-08-291-3/+3
* New function: g_clear_object()Ryan Lortie2010-11-081-0/+15
* gobject: Add install_properties()Emmanuele Bassi2010-09-131-0/+3
* Introduce g_object_notify_by_pspec()Damien Lespiau2010-06-151-0/+2
* Add flags member for GObjectClassAlexander Larsson2009-10-021-1/+3
* Mark g_object_get_type function as const, it's a fundamental type and canJohan Dahlin2008-08-211-1/+1
* Bug 548800 – Missing a g_object_get_type functionJohan Dahlin2008-08-211-0/+1
* Move some content for gobject-unused.sgml and cleared empty entries. TheStefan Kost2008-06-221-0/+36
* Migrating docs.Stefan Kost2008-06-211-0/+8
* Migrating docs.Stefan Kost2008-06-211-0/+229
* 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