summaryrefslogtreecommitdiff
path: root/gio/gsimpleasyncresult.c
AgeCommit message (Expand)Author
2017-10-26docs: Clarify the thread-default GMainContext where the result is sentDebarshi Ray
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-11-22introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert
2015-06-09Fix deprecation noticeMatthias Clasen
2015-04-04gio: deprecate GSimpleAsyncResultDan Winship
2014-03-27gio: Add names to idles and timeoutsBastien Nocera
2014-02-16g_simple_async_result_is_valid: fix for NULL source tagDan Winship
2014-02-14docs: let go of *Matthias Clasen
2014-02-08Eradicate links and xrefsMatthias Clasen
2014-02-01Annotate all examples with their languageMatthias Clasen
2014-02-01Docs: Big entity cleanupMatthias Clasen
2014-01-31Docs: Don't use the note tagMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship
2012-10-10gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResultDan Winship
2012-07-10gio: add g_async_result_is_tagged()Dan Winship
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell
2012-03-14GSimpleAsyncResult: support reliable cancellationRyan Lortie
2011-10-07Add g_main_context_ref_thread_default()Dan Winship
2011-10-05Fix up some doc comments that referred to threads not being enabledDan Winship
2011-09-26g_simple_async_result_complete_in_idle: add a minor doc clarificationDan Winship
2011-04-26GSimpleAsyncResult: push thread context around callbackDan Winship
2010-12-21Add GI annotations to GSimpleAsyncResultPavel Holejsovsky
2010-12-20Allow null object in g_simple_async_report_gerror_in_idleChristian Dywan
2010-12-17g_simple_async_report_error_in_idle with no objectChristian Dywan
2010-12-07Fix error in GSimpleAsyncResult exampleEmilio Pozuelo Monfort
2010-12-03Add missing Since: tagMatthias Clasen
2010-12-03introspection: Remove spurious trailing :Colin Walters
2010-11-03Add g_simple_async_report_take_gerror_in_idleChristian Persch
2010-11-01Fix Since: for new functionsChristian Persch
2010-10-31GSimpleAsyncResult: add error-taking variantsMatthias Clasen
2010-09-24Add a lot of missing annotationsJohan Dahlin
2010-08-13Add examples for GAsyncInitiable and GSimpleAsyncResultWill Thompson
2010-08-13Document that _complete() et al. ref the GSimpleAsyncResultWill Thompson
2010-08-13_simple_async_result_is_valid: allow tag to be NULLWill Thompson
2010-08-07Make g_simple_async_result_is_valid work without sourceMatthias Clasen
2010-07-07gio/: fully remove gioalias hacksRyan Lortie
2010-01-24Typo fixesMatthias Clasen
2010-01-02Document that various functions ref GSimpleAsyncResultMatthias Clasen
2009-09-29Avoid critical error in thread check if source is destroyedAlexander Larsson
2009-09-11Make the error const for g_simple_async_result_set_from_errorRichard Hughes
2009-09-07Remove warning in g_simple_async_result_completeAlexander Larsson
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship
2009-05-23Use g_error_new_valist instead of a private copy of itChristian Persch
2009-05-02Plug a memory leak in g_simple_async_result_set_op_res_gpointerMatthias Clasen
2009-02-16Bug 571598 – GAsyncResult with NULL gobjectRyan Lortie
2009-01-05Add g_simple_async_result_is_valid(). Implementation by Dan Winship.Ryan Lortie
2008-12-10Bug 562452 - Ensure we return G_IO_ERROR_CANCELLED if cancellingAlexander Larsson
2008-10-13Bug 555311 – format not a string literal and no format argumentsChristian Persch
2008-10-10Fix gcc warningsMatthias Clasen