summaryrefslogtreecommitdiff
path: root/gio/gdbusserver.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-27gio: Add names to idles and timeoutsBastien Nocera1-0/+1
2014-02-08Convert remaining examples to linksMatthias Clasen1-1/+2
2014-02-08Eradicate links and xrefsMatthias Clasen1-5/+4
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-28gio: Replace g_clear_object() with if()…g_object_unref()Philip Withnall1-1/+2
2013-11-27gdbusserver: Fix a potential g_object_unref(NULL) callPhilip Withnall1-1/+1
2013-11-24Fix G_OS #ifdefs in gbusserver.cManuel Bachmann1-6/+7
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-2/+2
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-3/+3
2013-01-29Add g_close(), use itColin Walters1-1/+3
2012-04-19gdbus: Escape nonce files in dbus addressessAlexander Larsson1-1/+4
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-1/+1
2012-02-23Hide global variable for signal ID in gdbusproxy.c.Daiki Ueno1-1/+1
2012-01-11GIO: add lots of annotations for Vala bindingsEvan Nemerson1-1/+1
2012-01-03gio/*: Use g_list_free_full() convenience functionJavier Jardón1-2/+1
2011-10-07Add g_main_context_ref_thread_default()Dan Winship1-6/+3
2011-08-29Spelling fixesMatthias Clasen1-1/+1
2011-07-19Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin1-1/+1
2011-06-20Stop using glib-genmarshal at build timeColin Walters1-2/+1
2011-04-26GDBusServer: Documentation: Improvements.Murray Cumming1-1/+7
2011-04-15Bug 637561 - Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREADMichael Kuhn1-2/+7
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen1-4/+1
2011-03-24GDBusServer: move business logic from _new() function to initable_init()Tristan Van Berkom1-12/+7
2010-09-09GDBusServer: Make ::new-connection return whether the connection was claimedDavid Zeuthen1-12/+22
2010-09-04build: Quench the compiler's thirst for warningsEmmanuele Bassi1-0/+1
2010-08-30Plug a mem leakChristian Persch1-0/+3
2010-07-28Use correct type for GDBusServer:active propertyDavid Zeuthen1-8/+8
2010-07-20GDBusServer: Avoid handling incoming connections after stop() has been calledDavid Zeuthen1-4/+11
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-07-07GDBus: Hide instance structures for classes we don't want to be subclassedDavid Zeuthen1-89/+97
2010-07-07GDBus: Hide class structures for classes we don't want to be subclassedDavid Zeuthen1-0/+19
2010-06-30Bug 623142 – Ensure ::new-connection runs before processing D-Bus messagesDavid Zeuthen1-1/+10
2010-06-22Fix build with the Microsoft compilerTor Lillqvist1-0/+3
2010-05-20Bug 619142 – Build fixesDavid Zeuthen1-0/+7
2010-05-14CleanupsMatthias Clasen1-1/+3
2010-05-09Cosmetic fixesMatthias Clasen1-46/+35
2010-05-09Update copyright years to include 2010Matthias Clasen1-1/+1
2010-05-06GDBus: Add new symbols to gio.symbolsDavid Zeuthen1-0/+4
2010-05-06GDBus: Fix up i18nDavid Zeuthen1-6/+10
2010-05-06Add "Since: 2.26" to all new GDBus APIDavid Zeuthen1-0/+28
2010-05-06Set up gtk-doc for GDBusDavid Zeuthen1-2/+2
2010-05-06Initial GDBus code-drop from GDBus-standalone repoDavid Zeuthen1-0/+1043