summaryrefslogtreecommitdiff
path: root/glib/gasyncqueue.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Correctly annotate GAsyncQueue methodsEmmanuele Bassi2022-10-131-15/+19
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-3/+3
* gasyncqueue: Add missing (nullable) annotation to free functionPhilip Withnall2021-07-011-1/+1
* gasyncqueue: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-6/+6
* glib: Stop mentioning deprecated g_get_current_time() in docsPhilip Withnall2019-07-291-2/+2
* gasyncqueue: Ignore use of deprecated types in deprecated APIsPhilip Withnall2019-07-291-0/+4
* gasyncqueue: Add missing precondition to g_async_queue_timeout_pop()Philip Withnall2018-07-301-0/+4
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Documentation fixupsMatthias Clasen2015-09-211-18/+18
* Remove some questionable documentationMatthias Clasen2015-07-271-2/+2
* GAsyncQueue: Add some useful apiMatthias Clasen2015-06-291-0/+100
* asyncqueue: fix timeout math on 32bit systemsRyan Lortie2014-02-231-4/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-12/+12
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* docs: Stop using the function tagMatthias Clasen2014-02-011-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix malformed GTK-Doc comment blocks: invalid parameters and tags.Dieter Verfaillie2012-04-051-2/+2
* gasyncqueue: fix a 32bit overflow in g_async_queue_timed_popDan Winship2012-02-221-1/+1
* docs: Fix g_async_queue_timeout_pop_unlocked typoDavid King2012-02-211-1/+1
* gasyncqueue: deprecate GTimeVal-based methods, add relative-delay onesDan Winship2012-02-131-11/+94
* Include genviron.h where necessaryMatthias Clasen2011-10-151-0/+1
* GAsyncQueue: properly set free functionRyan Lortie2011-10-031-1/+1
* GAsyncQueue: simplify an internal functionMatthias Clasen2011-10-011-20/+7
* GAsyncQueue: internal cleanupMatthias Clasen2011-10-011-8/+8
* GAsyncQueue: embed the GCondMatthias Clasen2011-10-011-11/+7
* GAsyncQueue: Cosmetic fixesMatthias Clasen2011-10-011-233/+263
* GAsyncQueue: Move private API to a private headerMatthias Clasen2011-10-011-0/+1
* libglib: stop using g_mutex_newRyan Lortie2011-09-211-23/+23
* Volatile not necessary after allMatthias Clasen2011-05-281-1/+1
* GAsyncQueue: Make ref_count a volatile gintMatthias Clasen2011-05-281-1/+1
* GAsyncQueue: Remove excessive atomic operationsMatthias Clasen2011-05-281-17/+0
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* GAsyncQueue: use g_queue_init() not g_queue_new()Havoc Pennington2010-08-131-14/+14
* Move GAsyncQueue docs inlineMatthias Clasen2010-07-101-0/+53
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Clean Glib header #include issues: gasyncqueueJavier Jardón2010-05-061-1/+7
* Documentation updatesMatthias Clasen2008-02-231-0/+1
* add g_async_queue_new_full() which takes a GDestroyNotify function to freeTim-Philipp Müller2007-12-181-0/+23
* Require gtk-doc 1.8.Matthias Clasen2007-11-251-2/+2
* Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell2006-04-071-0/+13
* use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)Matthias Clasen2006-03-201-7/+8
* Signal waiting threads, problem noticed by Christian Kellner.Matthias Clasen2006-01-161-0/+2
* - Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell2005-12-071-19/+29
* - Added support for sorting async queues by with _push_sorted(),Martyn James Russell2005-12-051-0/+160
* Add some docs.Matthias Clasen2005-12-051-0/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+3
* glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_failManish Singh2004-11-081-2/+2
* Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen2004-11-081-1/+5
* Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas)Matthias Clasen2004-10-241-1/+1