summaryrefslogtreecommitdiff
path: root/glib/deprecated
Commit message (Expand)AuthorAgeFilesLines
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-2/+2
* glib/deprecated/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-2411-11/+11
* docs: Fix some DocBook usage in a few gtk-doc commentsPhilip Withnall2017-03-161-2/+2
* Fix g_cond_timed_wait() timeout with !CLOCK_MONOTONICBenjamin Gilbert2014-10-101-6/+0
* Don't mark GThread struct as deprecatedMatthias Clasen2014-08-291-0/+4
* all: remove use of 'register' keywordRyan Lortie2014-06-281-4/+4
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-0/+2
* docs: Use markdown links in all .c and .h filesVolker Sobek2014-04-151-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* Add some more deprecation guards to shut up gtk-docMatthias Clasen2014-02-013-0/+11
* docs: Stop using the function tagMatthias Clasen2014-02-011-5/+5
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-76/+58
* Updated FSF's addressDaniel Mustieles2014-01-3110-30/+10
* Try again to fix the freebsd buildMatthias Clasen2014-01-201-1/+1
* Work around broken FreeBSD headersMatthias Clasen2014-01-191-0/+1
* g_thread_create_full() can dereference NULL pointerMilan Crha2013-07-221-1/+1
* Fix deprecation note for g_static_mutex_freeMatthias Clasen2013-02-032-2/+2
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+1
* Move single-include guards inside include guardsMatthias Clasen2012-12-276-18/+18
* add two missing version macrosRyan Lortie2012-12-061-0/+1
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-014-24/+43
* docs: Describe GCompletion item memory managementDavid King2012-08-171-7/+13
* glib/deprecated: Fix some version typosRico Tzschichholz2012-07-031-4/+4
* deprecated threads: fix race in GStaticRecMutexMark Janossy2012-03-091-5/+8
* Add versioned deprecation annotationEmmanuele Bassi2012-02-273-54/+54
* gthread.h: avoid anonymous unionRyan Lortie2012-01-021-1/+1
* Add an explicit deprecation note to g_thread_initMatthias Clasen2011-12-141-0/+4
* Move old deprecated gmain api into deprecated/Matthias Clasen2011-11-031-0/+138
* Remove single-include guards in deprecated/Matthias Clasen2011-11-034-4/+4
* Revert "gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case."Ryan Lortie2011-10-261-8/+0
* gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case.Murray Cumming2011-10-261-0/+8
* Fix bug in g_static_rec_mutex_unlock_full()Ryan Lortie2011-10-181-2/+5
* push G_THREADS_MANDATORY over the cliffRyan Lortie2011-10-161-5/+1
* gthread/: fix up declarationsRyan Lortie2011-10-161-0/+2
* Add private prototype for g_thread_init_glib()Ryan Lortie2011-10-161-0/+1
* Add deprecation annotations to mem chunk apisMatthias Clasen2011-10-161-0/+18
* Documentation additionsMatthias Clasen2011-10-151-0/+2
* g_cond_timed_wait: support NULL time parameterRyan Lortie2011-10-141-0/+6
* GCond: use monotonic time for timed waitsRyan Lortie2011-10-132-4/+54
* Revert "make struct _GThread private"Ryan Lortie2011-10-131-0/+9
* make struct _GThread privateRyan Lortie2011-10-131-9/+0
* tidy up gthreadprivate.hRyan Lortie2011-10-131-0/+1
* drop g_thread_new_full()Ryan Lortie2011-10-132-2/+2
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-7/+17
* Finish killing off GSystemThreadRyan Lortie2011-10-121-2/+11
* thread: stop sharing g_once_mutexRyan Lortie2011-10-121-4/+5
* thread: drop thread setup function hackeryRyan Lortie2011-10-121-2/+13
* Deprecate GCacheMatthias Clasen2011-10-122-0/+418
* thread: hide g_static_rec_mutex_get_rec_mutex_implRyan Lortie2011-10-121-1/+1
* thread: Remove the zero_threadRyan Lortie2011-10-121-2/+0