hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gmain.h
2014-05-31 Emmanuele Bassidocs: Replace <structname> tags with back ticks
2014-01-31 Daniel MustielesUpdated FSF's address
2013-09-20 Dieter Verfailliedocs: fix GSourceFuncs docs
2013-07-20 Sébastien WilmetImprove documentation
2013-07-13 Dan Winshipgsourceclosure: Add support for GUnixSignalWatchSource...
2013-01-15 Ryan Lortiegsource: Add support for file descriptors on UNIX
2013-01-15 Ryan LortieGSource: new API g_source_set_ready_time()
2013-01-15 Ryan Lortiegsource: allow NULL check and prepare functions
2013-01-15 Ryan Lortiemove GIOCondition to gmain.h from giochannel.h
2013-01-15 Ryan Lortiegsource: Make GSource->source_funcs const
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-07-10 Colin WaltersAdd g_spawn_check_exit_status()
2012-07-02 Neil RobertsFix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
2012-02-27 Emmanuele BassiAdd versioned deprecation annotation
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-27 Matthias ClasenDon't put documentation in glibconfig.h
2011-12-14 Stef Walterdocumentation fixes
2011-11-03 Matthias ClasenMove old deprecated gmain api into deprecated/
2011-11-03 Matthias ClasenDon't use G_DISABLE_DEPRECATED guards around deprecated...
2011-10-12 Matthias ClasenMake single includes mandatory
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated APIs in glib
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-10 Emmanuele BassiAdd macros for GSourceFunc return values
2011-08-31 Ryan LortieRevert "gdatetime: Add g_date_time_source_new()"
2011-08-31 Pavel HolejsovskyMake GMainLoop, GMainContext and GSource boxed types
2011-08-29 Colin Waltersgdatetime: Add g_date_time_source_new()
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-09 Matthias ClasenMove gmain docs inline
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-11-26 Dan Winshipgmain: add g_source_add_child_source and g_source_remov...
2010-11-03 Ryan LortieAdd g_get_real_time() for wall-clock int64 micros
2010-11-03 Ryan LortieSwitch GTimeSpec users to int64 microseconds
2010-10-27 Ryan LortieDeprecate g_source_get_current_time()
2010-10-27 Ryan LortieAdd g_source_get_time()
2010-10-27 Ryan LortieAdd g_get_monotonic_time()
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-03 Ryan LortieBug 618737 - "dispatch to context" functionality
2010-07-11 Matthias ClasenMove main loop docs inline
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-25 Havoc PenningtonGSource: add g_source_set_name, g_source_get_name,...
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-01 Dan WinshipAdd g_main_context_push_thread_default() etc
2008-09-23 Dan WinshipMove this out of gmain.c and make it part of the public...
2008-07-28 Tor LillqvistFix problems on 64-bit Windows. Avoid warnings, some...
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2007-06-18 Emmanuele BassiAdd full variant to the approximate timeout functiont
2007-01-15 Tor LillqvistFix mistake in my last commit.
2007-01-15 Tor LillqvistPrepare for potential Win64 build: Use gint64 for the...
2006-09-10 Matthias ClasenAdd functions for approximate timeouts
2006-06-02 Matthias ClasenAdd two new functions, g_source_set_funcs and g_source_...
2006-01-03 Matthias ClasenAdd new functions
2004-11-08 Matthias ClasenMake g_io_channel_ref(), g_main_context_ref(), g_hook_r...
2004-03-01 Owen TaylorAdd g_main_depth() (Request from Tim Janik and Stefan...
2004-02-14 Matthias ClasenWrap waitpid() as a GSource. This is a partial implemen...
2003-06-05 Tor Lillqvistglib/giochannel.h Remove bogus (Win32-only) declaration of
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2002-02-23 Owen TaylorAdd a little bit of padding.
2001-11-28 Owen TaylorRename (private) GSource.id and id parameter to
2001-09-03 Owen TaylorAdd closure_marshal/closure_callback fields to GSourceF...
2001-06-30 Owen TaylorRename GSourceFuncs::destroy to GSourceFuncs::finalize...
2001-06-30 Owen TaylorMake some changes to the way that GMainContext works:
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-03-26 Owen Taylor-DG_DISABLE_DEPRECATED
2001-01-03 Owen TaylorSwitch GMainLoop to be ref/unref, use to make dropping...
2000-12-12 Owen TaylorRevert unauthorized changes.
2000-12-12 Elliot LeeGMainContext useful in implementing some additional...
2000-12-10 Owen TaylorRemove pollfds from the context here, not when actually...
2000-12-08 Raja R HarinathDon't put anything after an #endif. Likewise.
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...