summaryrefslogtreecommitdiff
path: root/gobject/gobject.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce g_object_notify_by_pspec()Damien Lespiau2010-06-151-7/+75
* Add dtrace and systemtap support for gobjectAlexander Larsson2010-05-271-6/+22
* gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is validEdward Hervey2010-02-231-13/+13
* Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte2010-01-181-1/+1
* gobject: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-6/+4
* g_object_new(): skip varargs for simple callsKamal Mostafa2010-01-111-0/+4
* Only add object to list new objects when it has a custom constructorBenjamin Otte2009-11-301-8/+18
* g_object_unref racy condition can lead to crashCody Russell2009-10-061-3/+9
* Add fast path for construction with no paramsAlexander Larsson2009-10-021-1/+13
* Don't freeze/thaw notification during construction if no propertiesAlexander Larsson2009-10-021-12/+25
* Add a check that no properties are added after a class is derivedAlexander Larsson2009-10-021-0/+14
* Add GObjectClass flag CLASS_HAS_PROPS_FLAGAlexander Larsson2009-10-021-0/+6
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen2009-02-171-4/+4
* Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-docBehdad Esfahbod2009-01-021-1/+1
* Expand the docs of g_object_class_install_property. Proposed by MaciejMatthias Clasen2008-11-041-0/+4
* add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship2008-09-261-9/+9
* Bug 548800 – Missing a g_object_get_type functionJohan Dahlin2008-08-211-0/+6
* remove unused #define PREALLOC_CPARAMS.Michael Natterer2008-07-041-3/+0
* Fix up section commentsMatthias Clasen2008-07-021-6/+3
* Bug 539626 – Update docstrings for g_object_freeze_notify andBjörn Lindqvist2008-06-291-4/+9
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-216/+231
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-29/+35
* Migrating docs.Stefan Kost2008-06-221-0/+33
* Migrating docs.Stefan Kost2008-06-211-0/+58
* Migrating docs.Stefan Kost2008-06-211-1/+743
* Migrating docs.Stefan Kost2008-06-211-0/+38
* invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie2007-04-031-0/+5
* Fix some issues with PLT entries.Matthias Clasen2006-09-301-2/+5
* fixed to print usage and version info on STDOUT (#322502).Tim Janik2006-08-291-1/+1
* Fix some typos. (#351741, Kjartan Maraas)Matthias Clasen2006-08-261-1/+1
* changed return value of g_value_dup_object(), fixes #343292.Sven Neumann2006-08-231-1/+1
* conditionally thaw the notify queue after construction, so we don'tTim Janik2006-08-161-26/+49
* added case3 to hand out the original floating flag handler. required byTim Janik2006-03-071-0/+5
* renamed GUnowned to GInitiallyUnowned.Tim Janik2005-12-221-4/+4
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-221-17/+63
* added floating reference count. g_object_is_floating():Tim Janik2005-11-231-1/+44
* Intern the signal name.Matthias Clasen2005-08-311-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* turned all modifications to the first 32 integer bits in a closure intoTim Janik2005-08-011-1/+1
* use g_datalist_set_flags() and g_datalist_unset_flags() to allow properTim Janik2005-07-311-2/+2
* reverted notify_mutex introduction, since this prevents parallelizedTim Janik2005-07-301-45/+24
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-151-45/+78
* Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2005-05-051-5/+116
* Make work again.Matthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* fix g_object_set() whithin _init() implementations not working forTim Janik2003-11-291-3/+23
* variant of class_peek() which works for static types only.Tim Janik2003-11-271-47/+72
* Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor2003-10-211-15/+242
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-0/+7