[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / gobject / gobject.c
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-07-10 Javier Jardóndocs: Use "Returns:" instead "Return:"
2014-06-27 Ryan LortieGObject: tweak property deprecation warnings
2014-06-24 Ryan LortieGObject: warn on use of deprecated properties
2014-06-06 Ryan Lortiedocs: warn about installing properties after init
2014-06-06 Ryan LortieRevert "GObject: prevent installing properties after...
2014-06-06 Ryan Lortiegobject: add 'explicit notify' GParamSpec flag
2014-05-22 Marek Kasikgobject: unref unused class
2014-05-13 Matthias ClasenAvoid overeager warning about deprecated properties
2014-02-15 Dan Winshipgobject: re-allow finalization from constructor()
2014-02-15 Matthias Clasendocs: let go of *
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using <para> for ids
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenGObject: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-12-03 Matthias ClasenDrop g_trap_object_ref debugging mechanism
2013-11-23 Matthias ClasenDocument details of GObject::notify
2013-10-22 Dan Winshipgobject: simplify object-in-construction handling
2013-10-22 Dan Winshipgobject: forbid finalization-during-construction
2013-08-14 Nick Schermergobject: Handle ref_count==0 in notify_by_pspec
2013-06-10 Ryan LortieGObject: turn add-property-after-init to a warning
2013-05-29 Ryan LortieGObject: prevent installing properties after init
2013-05-29 Matthias ClasenTrivial documentation typos
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-05-02 Dan Winshipgobject: rename an unused parameter to make AIX happy
2013-04-26 Ryan Lortieg_object_new: check for NULL from _constructor()
2013-04-23 Ryan LortieGObject: substantially rework g_object_new()
2013-04-22 Ryan LortieRevert "GObject: prevent installing properties after...
2013-04-22 Ryan LortieGObject: prevent installing properties after init
2013-03-15 Sébastien WilmetDoc: clarify a bit g_signal_connect_object()
2012-11-21 Kjell AhlstedtGObject: Fix code snippet in description of floating...
2012-11-19 Ryan LortieRevert "[gobject] set all properties before constructed()"
2012-10-08 Ryan Lortie[gobject] set all properties before constructed()
2012-10-08 Ryan Lortiefix g_signal_connect_object() documentation
2012-09-02 Matthias ClasenAdd an atomic compare-and-exchange operation for object...
2012-05-28 Philip Withnallgobject: Document notify signal deduplication with...
2012-04-27 Xavier ClaessensAdd g_clear_pointer()
2012-02-15 Dan Winshipgobject: Use a destructor rather than g_atexit() for...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-03 Matthias ClasenFix parameter name mismatches in GWeakRef api
2012-01-02 Ryan LortieGWeakRef: add a weak GObject reference believed to...
2012-01-02 Simon McVittieg_object_weak_ref, g_object_add_weak_pointer: document...
2011-12-21 Ryan LortieGObject: do checks on interface property install
2011-12-21 Ryan LortieGObject: require READ or WRITE on property install
2011-12-21 Ryan LortieGObject: allow G_PARAM_CONSTRUCT on any override
2011-12-21 Ryan LortieGObject: change the order of property checks
2011-12-21 Ryan LortieGObject: fix property override type checks
2011-12-20 Ryan LortieGObject: fixup reversed logic in last commit
2011-12-20 Ryan Lortiegobject: Clean up logic in property checks
2011-12-20 Ryan Lortiegobject: loosen property override flag restrictions
2011-12-09 Matthias ClasenCosmetic doc change
2011-11-30 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2011-11-23 Matthias ClasenFix !debug builds
2011-11-16 Ryan Lortie[notify] remove some rather bogus 'inline' use
2011-11-16 Ryan Lortie[notify] dispatch 'notify' directly if not frozen
2011-11-16 Ryan Lortie[notify] add 'conditional' to _notify_queue_freeze
2011-11-16 Ryan Lortie[notify] Remove GObjectNotifyContext indirection
2011-11-16 Ryan Lortie[notify] lift some logic out of _notify_queue_add
2011-11-16 Ryan Lortie[notify] remove an obviously false comment
2011-11-16 Ryan Lortie[notify] lift some code outside of critical region
2011-11-16 Ryan Lortie[notify] drop some unused code
2011-11-16 Ryan Lortie[notify] merge gobjectnotifyqueue.c into gobject.c
2011-11-16 Ryan Lortie[notify] remove some useless forward declarations
2011-11-07 Marc-André LureauAdd G_SIGNAL_DEPRECATED
2011-10-18 Javier Jardóngobject: Use G_VALUE_INIT
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-05 Ryan LortieGObject docs: resolve broken links
2011-08-29 Matthias ClasenSpelling fixes
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Pavel HolejsovskyAdd (allow-none) annotation for GValue setters.
2011-06-09 Ryan Lortiegobject: remove -DG_DISABLE_CONST_RETURNS
2011-06-05 Matthias ClasenFix a typo
2011-06-05 Matthias ClasenUse g_param_spec_ref_sink instead of separate ref,...
2011-06-05 Matthias ClasenNo necessary to init qdata atomically
2011-06-04 Alexander LarssonMake g_object_get_data use the new faster g_datalist_ge...
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-02 Benjamin Ottegobject: Warn if someone uses the wrong property in...
2011-05-02 Dan WinshipFix compiler warnings
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-16 Stef WalterBetter documentation for g_value_dup_object().
2011-02-11 Will ThompsonGObject: correct documentation typos
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-12 Michael Natterergobject: add an empty default impl of GObject::construc...
2010-12-28 Matthias ClasenMake object_interface_check_properties work
2010-12-27 Pavel HolejsovskyAdd GI annotations to GObject
2010-12-19 Pavel HolejsovskyAdd GI annotations to GClosure and friends.
2010-12-19 Pavel HolejsovskyAdd GI annotations to GValue and GValueArray.
2010-12-17 Will Thompsong_object_get_property: document that value must be...
2010-11-28 Jonas Holmberggobject: initialize memory in g_object_new_valist
2010-11-08 Ryan LortieNew function: g_clear_object()
2010-10-22 Florian MüllnerFix deadlock in g_object_remove_toggle_ref()
2010-10-21 Alberto GarciaProtect access to closure, weak refs and toggle refs...
2010-10-08 Emmanuele Bassigobject: Improve install_properties()
next