summaryrefslogtreecommitdiff
path: root/glib/gmain.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_idHavoc Pennington2010-05-251-1/+8
* Add g_main_context_push_thread_default() etcDan Winship2009-07-011-0/+5
* Move this out of gmain.c and make it part of the public API. (Part of BugDan Winship2008-09-231-42/+1
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-2/+1
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-0/+4
* Add full variant to the approximate timeout functiontEmmanuele Bassi2007-06-181-26/+31
* Fix mistake in my last commit.Tor Lillqvist2007-01-151-1/+1
* Prepare for potential Win64 build: Use gint64 for the fd field on Win64,Tor Lillqvist2007-01-151-0/+4
* Add functions for approximate timeoutsMatthias Clasen2006-09-101-0/+4
* Add two new functions, g_source_set_funcs and g_source_is_destroyed, thatMatthias Clasen2006-06-021-12/+17
* Add new functionsMatthias Clasen2006-01-031-0/+1
* Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen2004-11-081-1/+1
* Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)Owen Taylor2004-03-011-0/+2
* Wrap waitpid() as a GSource. This is a partial implementation of the "UnixMatthias Clasen2004-02-141-19/+31
* glib/giochannel.h Remove bogus (Win32-only) declaration ofTor Lillqvist2003-06-051-12/+1
* Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann2002-11-081-3/+3
* Add a little bit of padding.Owen Taylor2002-02-231-0/+3
* Rename (private) GSource.id and id parameter toOwen Taylor2001-11-281-2/+2
* Add closure_marshal/closure_callback fields to GSourceFuncs for use byOwen Taylor2001-09-031-0/+11
* Rename GSourceFuncs::destroy to GSourceFuncs::finalize. (#56858)Owen Taylor2001-06-301-1/+1
* Make some changes to the way that GMainContext works:Owen Taylor2001-06-301-1/+11
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-2/+2
* -DG_DISABLE_DEPRECATEDOwen Taylor2001-03-261-6/+10
* Switch GMainLoop to be ref/unref, use to make dropping reference toOwen Taylor2001-01-031-2/+3
* Revert unauthorized changes.Owen Taylor2000-12-121-3/+0