summaryrefslogtreecommitdiff
path: root/glib/gmain.h
Commit message (Expand)AuthorAgeFilesLines
* gmain: Officially deprecate g_main_context_wait()Philip Withnall2018-06-261-1/+1
* Add G_SOURCE_FUNC cast macro which suppresses -Wcast-function-typeWill Thompson2018-06-141-0/+22
* g_clear_handle_id: don't accept NULL clear_func1401-g_clear_handle_id-clear_func-not-nullableWill Thompson2018-06-041-2/+1
* gmain: Improve documentation of GSourceFuncsMichael Catanzaro2017-11-291-11/+11
* docs: add missing '*' chars at start of doc-commentsStefan Sauer2017-11-121-1/+1
* gmain: add g_clear_handle_id APICosimo Cecchi2017-11-071-0/+32
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-5/+5
* gmain: Allow GSource methods to be called from a finalize() callbackPhilip Withnall2017-04-251-1/+4
* gmain: fix g_main_context_check declarationMohammed Sadiq2016-11-091-4/+4
* gmain: Add G_PID_FORMATPhilip Withnall2016-06-291-0/+11
* gmain: Document return value of GSourceFuncs.dispatchBenjamin Otte2015-08-021-1/+3
* docs: Replace <structname> tags with back ticksEmmanuele Bassi2014-05-311-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* docs: fix GSourceFuncs docsDieter Verfaillie2013-09-201-6/+6
* Improve documentationSébastien Wilmet2013-07-201-1/+2
* gsourceclosure: Add support for GUnixSignalWatchSource and GUnixFDSourceDan Winship2013-07-131-0/+4
* gsource: Add support for file descriptors on UNIXRyan Lortie2013-01-151-0/+17
* GSource: new API g_source_set_ready_time()Ryan Lortie2013-01-151-1/+8
* gsource: allow NULL check and prepare functionsRyan Lortie2013-01-151-2/+6
* move GIOCondition to gmain.h from giochannel.hRyan Lortie2013-01-151-0/+11
* gsource: Make GSource->source_funcs constRyan Lortie2013-01-151-1/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+79
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Add g_spawn_check_exit_status()Colin Walters2012-07-101-3/+5
* Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}Neil Roberts2012-07-021-2/+2
* Add versioned deprecation annotationEmmanuele Bassi2012-02-271-1/+1
* Don't put documentation in glibconfig.hMatthias Clasen2011-12-271-0/+3
* documentation fixesStef Walter2011-12-131-2/+1
* Move old deprecated gmain api into deprecated/Matthias Clasen2011-11-031-100/+0
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-2/+1
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* Add g_main_context_ref_thread_default()Dan Winship2011-10-071-0/+1
* Add macros for GSourceFunc return valuesEmmanuele Bassi2011-09-091-0/+20
* Revert "gdatetime: Add g_date_time_source_new()"Ryan Lortie2011-08-311-1/+0
* Make GMainLoop, GMainContext and GSource boxed typesPavel Holejsovsky2011-08-311-4/+4
* gdatetime: Add g_date_time_source_new()Colin Walters2011-08-291-0/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Move gmain docs inlineMatthias Clasen2011-06-081-0/+16
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* gmain: add g_source_add_child_source and g_source_remove_child_sourceDan Winship2010-11-261-5/+12
* Add g_get_real_time() for wall-clock int64 microsRyan Lortie2010-11-021-0/+1
* Switch GTimeSpec users to int64 microsecondsRyan Lortie2010-11-021-4/+3
* Deprecate g_source_get_current_time()Ryan Lortie2010-10-271-0/+2
* Add g_source_get_time()Ryan Lortie2010-10-271-0/+2
* Add g_get_monotonic_time()Ryan Lortie2010-10-271-0/+1
* Bug 618737 - "dispatch to context" functionalityRyan Lortie2010-10-031-0/+9
* Move main loop docs inlineMatthias Clasen2010-07-101-77/+297