summaryrefslogtreecommitdiff
path: root/gio/gcancellable.c
Commit message (Expand)AuthorAgeFilesLines
* cancellable: Don't assert if finalization races with cancellationSimon McVittie2018-01-051-0/+12
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gio: Drop redundant g_source_is_destroyed() callsPhilip Withnall2017-03-231-2/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-6/+6
* gcancellable: Mention nullability in g_cancellable_cancel() docsPhilip Withnall2015-02-241-2/+4
* gcancellable: Clarify that GSources hold references to GCancellablesPhilip Withnall2014-10-271-0/+2
* Add advice on g_cancellable_resetMatthias Clasen2014-10-061-0/+7
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-2/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: let go of *Matthias Clasen2014-02-141-8/+6
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* Docs: Big entity cleanupMatthias Clasen2014-02-011-6/+8
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-9/+7
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix documentation typos in GTask and GCancellable examplesDaiki Ueno2013-12-061-1/+1
* gcancellable: don't use g_cancellable_connect() in GCancellableSourceDan Winship2013-11-111-4/+9
* GCancellable: drop lock for callback during connect()Ryan Lortie2013-10-291-1/+9
* Revert "gcancellable: allow g_cancellable_disconnect from "cancelled" handler...Ryan Lortie2013-09-231-20/+12
* cancellable: Minor fix to docsAlexander Larsson2013-09-231-1/+1
* gcancellable: allow g_cancellable_disconnect from "cancelled" handler on same...Ray Strode2013-09-231-11/+19
* gcancellable: update GCancellableSource, fix a race conditionDan Winship2013-07-131-27/+13
* gsourceclosure: use g_cclosure_marshal_genericDan Winship2013-07-131-1/+0
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-6/+2
* g_cancellable_source_new: don't use a file descriptorDan Winship2012-07-171-5/+19
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-4/+4
* gio: Use G_VALUE_INITJavier Jardón2011-10-181-2/+2
* GCancellable: use GCond and GMutex directlyRyan Lortie2011-10-041-24/+27
* Replace static privates by privatesMatthias Clasen2011-10-021-6/+6
* G_LOCK: port from GStaticMutex to GMutexRyan Lortie2011-09-211-4/+2
* Add glib__private__() API to share between glib,gio; port GWakeup to itColin Walters2011-09-091-8/+8
* Remove !g_thread_supported() codepaths in gioDan Winship2011-09-091-1/+1
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* GCancellable: Small annotation additionsMatthias Clasen2011-08-241-13/+13
* gio: GCancellable can be used concurrentlyStef Walter2011-08-191-2/+5
* g_cancellable_get_fd: silently return -1 for NULL cancellableOwen W. Taylor2011-08-011-0/+3
* GWakeup: make it private APIRyan Lortie2011-07-251-0/+1
* GCancellable: port to GWakeupRyan Lortie2011-07-251-203/+32
* GCancellable: Make eventfd() fall back to pipes on EINVAL tooColin Walters2011-07-101-3/+5
* GCancellable: Fix build on Win32Dieter Verfaillie2011-06-301-6/+6
* GCancellable: Fix build on Win32Colin Walters2011-06-281-6/+8
* GCancellable: Use Linux eventfd() instead of pipeColin Walters2011-06-211-20/+68
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-2/+1
* Update gcancellable.c for Win32Chun-wei Fan2011-05-051-0/+1
* Rename g_unix_pipe_flags to g_unix_open_pipeColin Walters2011-05-031-1/+1
* GCancellable: Use g_unix_pipe_flags with FD_CLOEXECColin Walters2011-05-031-17/+1
* g_unix_set_fd_nonblocking: New API to control file descriptor blocking stateColin Walters2011-05-031-22/+5
* Add GI annotation: skip g_cancellable_source_new().Pavel Holejsovsky2010-12-291-3/+3
* GCancellable: add g_cancellable_create_source()Dan Winship2010-11-261-0/+116