summaryrefslogtreecommitdiff
path: root/glib/gmain.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-31docs: Replace <structname> tags with back ticksEmmanuele Bassi1-5/+5
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-09-20docs: fix GSourceFuncs docsDieter Verfaillie1-6/+6
2013-07-20Improve documentationSébastien Wilmet1-1/+2
2013-07-13gsourceclosure: Add support for GUnixSignalWatchSource and GUnixFDSourceDan Winship1-0/+4
2013-01-15gsource: Add support for file descriptors on UNIXRyan Lortie1-0/+17
2013-01-15GSource: new API g_source_set_ready_time()Ryan Lortie1-1/+8
2013-01-15gsource: allow NULL check and prepare functionsRyan Lortie1-2/+6
2013-01-15move GIOCondition to gmain.h from giochannel.hRyan Lortie1-0/+11
2013-01-15gsource: Make GSource->source_funcs constRyan Lortie1-1/+1
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie1-0/+79
2012-12-27Move single-include guards inside include guardsMatthias Clasen1-3/+3
2012-07-10Add g_spawn_check_exit_status()Colin Walters1-3/+5
2012-07-02Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}Neil Roberts1-2/+2
2012-02-27Add versioned deprecation annotationEmmanuele Bassi1-1/+1
2011-12-27Don't put documentation in glibconfig.hMatthias Clasen1-0/+3
2011-12-13documentation fixesStef Walter1-2/+1
2011-11-03Move old deprecated gmain api into deprecated/Matthias Clasen1-100/+0
2011-11-03Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen1-2/+1
2011-10-12Make single includes mandatoryMatthias Clasen1-1/+1
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan1-1/+2
2011-10-08Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen1-1/+1
2011-10-07Add g_main_context_ref_thread_default()Dan Winship1-0/+1
2011-09-09Add macros for GSourceFunc return valuesEmmanuele Bassi1-0/+20
2011-08-31Revert "gdatetime: Add g_date_time_source_new()"Ryan Lortie1-1/+0
2011-08-31Make GMainLoop, GMainContext and GSource boxed typesPavel Holejsovsky1-4/+4
2011-08-29gdatetime: Add g_date_time_source_new()Colin Walters1-0/+1
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
2011-06-08Move gmain docs inlineMatthias Clasen1-0/+16
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-1/+1
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
2010-11-26gmain: add g_source_add_child_source and g_source_remove_child_sourceDan Winship1-5/+12
2010-11-02Add g_get_real_time() for wall-clock int64 microsRyan Lortie1-0/+1
2010-11-02Switch GTimeSpec users to int64 microsecondsRyan Lortie1-4/+3
2010-10-27Deprecate g_source_get_current_time()Ryan Lortie1-0/+2
2010-10-27Add g_source_get_time()Ryan Lortie1-0/+2
2010-10-27Add g_get_monotonic_time()Ryan Lortie1-0/+1
2010-10-03Bug 618737 - "dispatch to context" functionalityRyan Lortie1-0/+9
2010-07-10Move main loop docs inlineMatthias Clasen1-77/+297
2010-05-25GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_idHavoc Pennington1-1/+8
2009-07-01Add g_main_context_push_thread_default() etcDan Winship1-0/+5
2008-09-23Move this out of gmain.c and make it part of the public API. (Part of BugDan Winship1-42/+1
2008-07-28Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist1-2/+1
2008-05-05#define __GLIB_H_INSIDE__ around including everything.Michael Natterer1-1/+1
2008-03-14make it possible to disable single-file includes by definingMichael Natterer1-0/+4
2007-06-18Add full variant to the approximate timeout functiontEmmanuele Bassi1-26/+31
2007-01-15Fix mistake in my last commit.Tor Lillqvist1-1/+1
2007-01-15Prepare for potential Win64 build: Use gint64 for the fd field on Win64,Tor Lillqvist1-0/+4
2006-09-10Add functions for approximate timeoutsMatthias Clasen1-0/+4
2006-06-02Add two new functions, g_source_set_funcs and g_source_is_destroyed, thatMatthias Clasen1-12/+17