summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2011-04-14GInetAddress: add equal() methodDavid Zeuthen3-0/+33
2011-04-13GDBus: If an authentication method fail, don't give up, just try the next oneDavid Zeuthen1-2/+10
2011-04-13GDBus: Add test case for the ANONYMOUS authentication methodDavid Zeuthen1-0/+92
2011-04-13GDBus: Nuke debug spew from the ANONYMOUS authentication methodDavid Zeuthen1-2/+1
2011-04-13GDBus: Allow tcp: and nonce-tcp: addresses without any argumentsDavid Zeuthen1-23/+6
2011-04-13GDBusInterfaceStub: Clarify ::g-authorize-method docsDavid Zeuthen2-2/+2
2011-04-13GDBus: Use Skeleton instead of StubDavid Zeuthen19-719/+719
2011-04-13gdbusconnection: Avoid tripping assertion if we fail to authenticate twiceColin Walters1-5/+10
2011-04-13GDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when referring to type a{sv}David Zeuthen1-5/+1
2011-04-13Fix a typo in the GSettings docsMatthias Clasen1-1/+1
2011-04-12GDBus: Minor renames and doc fixesDavid Zeuthen4-7/+11
2011-04-12Add support for org.gtk.GDBus.Since annotationDavid Zeuthen8-13/+171
2011-04-12gsettings-tool fixes: Add missing _apply(), add unset-recursively to man pageColin Walters1-0/+1
2011-04-12gsettings: Implement reset-recursivelyColin Walters1-0/+57
2011-04-12gdbus-codegen: Add --c-generate-object-manager option + doc improvementsDavid Zeuthen4-79/+91
2011-04-12GLocalDirectoryMonitor: Improve struct packingMatthias Clasen1-1/+1
2011-04-12GIOSchedulerJob: Improve struct packingMatthias Clasen1-2/+1
2011-04-12GFilenameCompleter: Improve struct packingMatthias Clasen1-1/+1
2011-04-12GFileAttributeMatcher: Improve struct packingMatthias Clasen1-2/+3
2011-04-12GDBusProxy: Improve struct packingMatthias Clasen1-1/+1
2011-04-12GDBusWorker: Improve struct packingMatthias Clasen1-2/+2
2011-04-12Spiff up the "Migrating to GDBus" docs a bitDavid Zeuthen4-24/+95
2011-04-11Update "Migrating to GDBus" chapter to take gdbus-codegen(1) into accountDavid Zeuthen1-7/+19
2011-04-11GDBus: Add ObjectManager exampleDavid Zeuthen4-0/+338
2011-04-11Also use interface_ instead of interface in C filesDavid Zeuthen3-124/+124
2011-04-11GDBusInterfaceStub: Rename stub parameter to interfaceDavid Zeuthen2-143/+143
2011-04-11GDBus: Avoid using the word interface in public C headersDavid Zeuthen4-12/+12
2011-04-11Dist test-codegen.xmlDavid Zeuthen1-1/+3
2011-04-11Don't include unistd.h unconditionallyMatthias Clasen1-3/+6
2011-04-11GDBus: Add test-suite for new ObjectManager and gdbus-codegen(1) codeDavid Zeuthen3-0/+2543
2011-04-11GDBus: Use thread-default GMainContext in _g_assert_property_notify + friendsDavid Zeuthen1-2/+2
2011-04-11GApplication: g_settings_sync() on exitRyan Lortie1-0/+2
2011-04-11GSettings: make _sync() a no-op if uninitialisedRyan Lortie1-6/+17
2011-04-10Clarify docs for g_dbus_gvalue_to_gvariant() and g_dbus_gvariant_to_gvalue()David Zeuthen2-38/+41
2011-04-10Add test case for G_APPLICATION_NON_UNIQUERyan Lortie1-0/+74
2011-04-10GApplication: add G_APPLICATION_NON_UNIQUERyan Lortie2-9/+19
2011-04-10GApplication: fix leaked object pathRyan Lortie1-0/+3
2011-04-09Improve g_dbus_gvalue_to_gvariant() docsDavid Zeuthen1-19/+11
2011-04-09GSocket: clarify g_socket_receive documentationDan Winship1-12/+18
2011-04-09gsettings-tool: warn if setting a value failsDan Winship1-3/+11
2011-04-09GDBus: Document GVariant/GValue conversion routines and move to them to utilsDavid Zeuthen5-324/+392
2011-04-08Add a generic libffi based marshaller to libgobjectDavid Zeuthen1-187/+2
2011-04-08Add gdbus-codegen(1) commandDavid Zeuthen11-1/+3203
2011-04-08Fix another faulty GApplicationCommandline exampleMatthias Clasen1-6/+10
2011-04-08Add "Since: 2.30" for new D-Bus routinesDavid Zeuthen16-8/+172
2011-04-08GDBusProxy: Store GDBusObject in private struct instead of qdataDavid Zeuthen1-5/+13
2011-04-08GDBusProxy: Update description to match GDBusInterfaceDavid Zeuthen1-1/+1
2011-04-08Start merging gdbus-codegen codeDavid Zeuthen26-18/+5774
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen23-62/+52
2011-04-08GSettings: remove more assertsRyan Lortie1-8/+0