summaryrefslogtreecommitdiff
path: root/gobject/gobject.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09gobject: remove -DG_DISABLE_CONST_RETURNSRyan Lortie1-1/+1
2011-06-05Fix a typoMatthias Clasen1-13/+13
2011-06-04Use g_param_spec_ref_sink instead of separate ref, sinkMatthias Clasen1-2/+1
2011-06-04No necessary to init qdata atomicallyMatthias Clasen1-1/+1
2011-06-03Make g_object_get_data use the new faster g_datalist_get_dataAlexander Larsson1-5/+1
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters1-1/+2
2011-05-28glib: Rewrite gatomic.[ch]Ryan Lortie1-2/+2
2011-05-02gobject: Warn if someone uses the wrong property in g_object_get/setBenjamin Otte1-0/+14
2011-05-02Fix compiler warningsDan Winship1-27/+25
2011-02-16Better documentation for g_value_dup_object().Stef Walter1-1/+2
2011-02-11GObject: correct documentation typosWill Thompson1-2/+2
2011-01-12gobject: add an empty default impl of GObject::constructed()Michael Natterer1-3/+13
2010-12-27Make object_interface_check_properties workMatthias Clasen1-6/+10
2010-12-27Add GI annotations to GObjectPavel Holejsovsky1-48/+52
2010-12-19Add GI annotations to GClosure and friends.Pavel Holejsovsky1-1/+1
2010-12-19Add GI annotations to GValue and GValueArray.Pavel Holejsovsky1-3/+3
2010-12-17g_object_get_property: document that value must be initializedWill Thompson1-1/+3
2010-11-28gobject: initialize memory in g_object_new_valistJonas Holmberg1-0/+1
2010-11-08New function: g_clear_object()Ryan Lortie1-0/+38
2010-10-22Fix deadlock in g_object_remove_toggle_ref()Florian Müllner1-4/+4
2010-10-21Protect access to closure, weak refs and toggle refs arraysAlberto Garcia1-4/+26
2010-10-08gobject: Improve install_properties()Emmanuele Bassi1-3/+4
2010-09-24[introspection] Add GObject annotationsJohan Dahlin1-3/+4
2010-09-13gobject: Add install_properties()Emmanuele Bassi1-2/+119
2010-09-08Revert hack that broke things badly on WindowsEmmanuele Bassi1-8/+1
2010-09-04Hack to include glib/gdatasetprivate.h directlyEmmanuele Bassi1-0/+5
2010-07-22notify: Remove g_object_notify_queue_from_object()Olivier Crête1-6/+8
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-6/+0
2010-06-23Introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTICChristian Dywan1-0/+16
2010-06-15Introduce g_object_notify_by_pspec()Damien Lespiau1-7/+75
2010-05-27Add dtrace and systemtap support for gobjectAlexander Larsson1-6/+22
2010-02-23gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is validEdward Hervey1-13/+13
2010-01-18Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte1-1/+1
2010-01-13gobject: Use new G_VALUE_COLLECT_INIT variantEdward Hervey1-6/+4
2010-01-11g_object_new(): skip varargs for simple callsKamal Mostafa1-0/+4
2009-11-30Only add object to list new objects when it has a custom constructorBenjamin Otte1-8/+18
2009-10-06g_object_unref racy condition can lead to crashCody Russell1-3/+9
2009-10-02Add fast path for construction with no paramsAlexander Larsson1-1/+13
2009-10-02Don't freeze/thaw notification during construction if no propertiesAlexander Larsson1-12/+25
2009-10-02Add a check that no properties are added after a class is derivedAlexander Larsson1-0/+14
2009-10-02Add GObjectClass flag CLASS_HAS_PROPS_FLAGAlexander Larsson1-0/+6
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+1
2009-02-17 Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen1-4/+4
2009-01-02Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-docBehdad Esfahbod1-1/+1
2008-11-04Expand the docs of g_object_class_install_property. Proposed by MaciejMatthias Clasen1-0/+4
2008-09-26add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship1-9/+9
2008-08-21Bug 548800 – Missing a g_object_get_type functionJohan Dahlin1-0/+6
2008-07-04remove unused #define PREALLOC_CPARAMS.Michael Natterer1-3/+0
2008-07-02Fix up section commentsMatthias Clasen1-6/+3
2008-06-29Bug 539626 – Update docstrings for g_object_freeze_notify andBjörn Lindqvist1-4/+9