summaryrefslogtreecommitdiff
path: root/gio/gdbusconnection.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-27gio: Add names to idles and timeoutsBastien Nocera1-0/+11
2014-02-08Convert remaining examples to linksMatthias Clasen1-4/+16
2014-02-08Eradicate links and xrefsMatthias Clasen1-38/+41
2014-02-06Docs: replace <literal> by `Matthias Clasen1-7/+7
2014-02-01Don't use the quote tagMatthias Clasen1-4/+3
2014-02-01Annotate all examples with their languageMatthias Clasen1-2/+2
2014-02-01Docs: Big entity cleanupMatthias Clasen1-1/+1
2014-02-01GDBusConnection: Convert docs to markdownMatthias Clasen1-356/+368
2014-01-31Docs: Don't use the emphasis tagMatthias Clasen1-4/+3
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-30Docs: don't use <footnote>Matthias Clasen1-8/+4
2014-01-02GDBusConnection: don't write to stdoutRyan Lortie1-5/+5
2014-01-01Fix a typo in a commentMatthias Clasen1-1/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-4/+0
2013-07-01GDBusConnection: be more careful with async GetAllRyan Lortie1-3/+19
2013-06-22GDBusConnection: allow async property handlingRyan Lortie1-12/+41
2013-06-22GDBusMethodInvocation: add 'property_info'Ryan Lortie1-1/+3
2013-06-22GDBusConnection: some straight-up refactoringRyan Lortie1-28/+58
2013-06-22GDBusConnection: move 'Set' typecheck to workerRyan Lortie1-15/+25
2013-06-22GDBusConnection: remove an unused g_variant_get()Ryan Lortie1-5/+0
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-22/+22
2013-04-08g_dbus_connection_signal_subscribe: add path and namespace matchingLars Uebernickel1-12/+81
2012-09-11Fix gdbus connection annotationsThomas Bechtold1-2/+4
2012-06-23Add missing annotation to GDBusConnection::closedPhil Clayton1-1/+1
2012-06-06gdbus: Implement g_dbus_connection_get_last_serial()Tomas Bzatek1-0/+49
2012-04-19Add private _g_bus_get_singleton_if_exists() functionXavier Claessens1-0/+19
2012-04-18Revert "Add private _g_bus_get_singleton_if_exists() function"David Zeuthen1-19/+0
2012-04-18Add private _g_bus_get_singleton_if_exists() functionXavier Claessens1-0/+19
2012-04-14GDBusAuthObserver: Add a way to control what authentication mechanisms to useDavid Zeuthen1-0/+1
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-20/+20
2012-03-19GDBusConnection: Avoid dereferencing vtable for unregistered objectsMarco Trevisan (Treviño)1-3/+3
2012-03-19GDBus: set no-reply flag on calls with no callbackRyan Lortie1-22/+49
2012-03-15GDBusConnection: Don't store GCancellable in qdataDavid Zeuthen1-15/+1
2012-03-15GDBus: make use of reliable async cancellationRyan Lortie1-0/+5
2012-02-27GDBusConnection: Don't leak message reply in error pathDavid Zeuthen1-1/+1
2012-02-21docs: Fix some GDBusConnection typosDavid King1-7/+7
2012-01-18GDBusConnection: note that exit-on-close is sometimes TRUEWill Thompson1-0/+3
2012-01-02GDBusConnection: use GWeakRef to make the singletons thread-safeSimon McVittie1-24/+16
2011-12-07Bug 665733 – GDBusConnection holds lock while calling destroynotifyDavid Zeuthen1-28/+17
2011-12-05GDBusConnection: propagate error correctly if flags are inappropriateSimon McVittie1-1/+1
2011-11-22GDBusConnection: don't pass boolean > 1 to _g_dbus_worker_newSimon McVittie1-1/+1
2011-11-19Trivial doc typo fixMatthias Clasen1-1/+1
2011-10-24GDBusConnection: document that this object is (meant to be) thread-safeSimon McVittie1-0/+9
2011-10-24GDBusConnection: make the closed flag atomic (but still lock to write)Simon McVittie1-67/+96
2011-10-24GDBusConnection: document which properties are protected by @lockSimon McVittie1-9/+16
2011-10-24GDBusConnection: access the exit-on-close flag atomicallySimon McVittie1-7/+17
2011-10-24Annotate GDBusConnection private functions with thread/lock statusSimon McVittie1-26/+63
2011-10-21GDBusConnection: check for initializedness in most public APISimon McVittie1-0/+13
2011-10-21GDBusConnection: document use while uninitialized as undefined behaviourSimon McVittie1-0/+16
2011-10-21GDBusConnection: check for initialization where needed for thread-safetySimon McVittie1-8/+131