cleanup
[platform/upstream/glib.git] / gio / gtask.c
2014-09-23 Philip Withnallgtask: Ignore errors from g_thread_pool_push()
2014-09-23 Philip Withnallgtask: Document signal handler reference counting
2014-09-23 Philip Withnallgtask: Fix a signed/unsigned integer comparison
2014-07-09 Dan Winshipgtask: fix leak in example code
2014-03-27 Bastien Noceragio: Add names to idles and timeouts
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-13 Dan Winshipgtask: fix trivial doc typo
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenGTask: convert long desc to markdown
2014-02-01 Matthias ClasenFix the docs build
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-08 Matthias ClasenAdd includes to all gio docs
2013-12-05 Daiki UenoFix documentation typos in GTask and GCancellable examples
2013-10-17 Jasper St. Pierregtask: Fix invalid name in documentation
2013-06-30 Sébastien WilmetDoc: small fixes
2013-03-26 Xan Lopezgtask: free error on finalize if it's set
2012-12-18 Dan Winshipgtask: don't deadlock when tasks block on other tasks
2012-12-02 Evan Nemersongtask: annotate source_object arguments and return...
2012-11-02 Dan Winshipgtask: bump the max thread pool size up to 100 to avoid...
2012-10-10 Dan WinshipGTask: new GAsyncResult implementation / threaded task...