[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / deprecated /
2014-10-10 Benjamin GilbertFix g_cond_timed_wait() timeout with !CLOCK_MONOTONIC
2014-08-29 Matthias ClasenDon't mark GThread struct as deprecated
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2014-05-31 Matthias ClasenMinor documentation additions and corrections
2014-04-15 Volker Sobekdocs: Use markdown links in all .c and .h files
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-02 Matthias ClasenAdd some more deprecation guards to shut up gtk-doc
2014-02-01 Matthias Clasendocs: Stop using the function tag
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-20 Matthias ClasenTry again to fix the freebsd build
2014-01-19 Matthias ClasenWork around broken FreeBSD headers
2013-07-22 Milan Crhag_thread_create_full() can dereference NULL pointer
2013-02-03 Matthias ClasenFix deprecation note for g_static_mutex_free
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-06 Ryan Lortieadd two missing version macros
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-08-17 David Kingdocs: Describe GCompletion item memory management
2012-07-03 Rico Tzschichholzglib/deprecated: Fix some version typos
2012-03-09 Mark Janossydeprecated threads: fix race in GStaticRecMutex
2012-02-27 Emmanuele BassiAdd versioned deprecation annotation
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-02 Ryan Lortiegthread.h: avoid anonymous union
2011-12-14 Matthias ClasenAdd an explicit deprecation note to g_thread_init
2011-11-03 Matthias ClasenMove old deprecated gmain api into deprecated/
2011-11-03 Matthias ClasenRemove single-include guards in deprecated/
2011-10-26 Ryan LortieRevert "gthread: G_STATIC_MUTEX_INIT: Fix this for...
2011-10-26 Murray Cumminggthread: G_STATIC_MUTEX_INIT: Fix this for the non...
2011-10-19 Ryan LortieFix bug in g_static_rec_mutex_unlock_full()
2011-10-17 Ryan Lortiepush G_THREADS_MANDATORY over the cliff
2011-10-17 Ryan Lortiegthread/: fix up declarations
2011-10-17 Ryan LortieAdd private prototype for g_thread_init_glib()
2011-10-16 Matthias ClasenAdd deprecation annotations to mem chunk apis
2011-10-15 Matthias ClasenDocumentation additions
2011-10-14 Ryan Lortieg_cond_timed_wait: support NULL time parameter
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan LortieRevert "make struct _GThread private"
2011-10-13 Ryan Lortiemake struct _GThread private
2011-10-13 Ryan Lortietidy up gthreadprivate.h
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan LortieFinish killing off GSystemThread
2011-10-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Matthias ClasenDeprecate GCache
2011-10-12 Ryan Lortiethread: hide g_static_rec_mutex_get_rec_mutex_impl
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan LortieGStaticRecMutex: implement via GRecMutex
2011-10-12 Ryan Lortiethread: use GSList for g_thread_foreach list
2011-10-12 Ryan Lortiethread: call g_enumerable_thread_add via callback
2011-10-12 Ryan Lortiethread: use GPrivate for enumerable threads
2011-10-12 Dan Winshipgthread-deprecated: add a mising "static" to a method
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-12 Matthias ClasenSilence deprecations in deprecated/ (again)
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-10 Ryan LortieGStaticMutex: ABI fixup
2011-10-09 Matthias ClasenSilence deprecation warnings in deprecated/
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated APIs in glib
2011-10-07 Matthias ClasenDon't redundantly redeclare
2011-10-06 Ryan LortieSeveral docs cleanups
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-06 Chun-wei Fangthread-deprecated.c: Include gutils.h
2011-10-05 Ryan LortieMove typedef GStaticPrivate to deprecated/
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Ryan Lortielocks: change the ABI just a bit
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-25 Matthias ClasenMove deprecated GThread functions to a separate file
2011-09-24 Matthias ClasenGThread doc additions
2011-09-21 Ryan LortieDeprecate GStatic{,Rec,RW}Mutex
2011-09-21 Ryan LortieMove some things to deprecated/gthread.h
2011-09-19 Ryan LortieMove deprecated GCompletion to deprecated/
2011-09-19 Ryan LortieMove deprecated GRel to deprecated/
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file