summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)Author
2010-05-13Clean up platform-specific includesMatthias Clasen
2010-05-14check for working gettext() before running testsRyan Lortie
2010-05-13GDBus: Nuke G_BUS_TYPE_NONEDavid Zeuthen
2010-05-13GDBus: Remove g_dbus_is_activated()David Zeuthen
2010-05-13GDBus: subscribe to PropertiesChanged() before calling GetAll()David Zeuthen
2010-05-13GDBus: Don't take a GError for g_dbus_proxy_get_cached_property_names()David Zeuthen
2010-05-13GDBus: Update docs for GDBusProxy::g-properties-changed signalDavid Zeuthen
2010-05-13Make GVariant handling in PropertiesChanged more efficientChristian Persch
2010-05-13Plug some mem leaksChristian Persch
2010-05-13GDBus: Add GDBusAuthObserver param in g_dbus_connection_new_for_address()David Zeuthen
2010-05-13GDBus: Rename ::deny-authentication-peer to ::authorize-authenticated-peerDavid Zeuthen
2010-05-13Remove the credentials argument from g_unix_connect_send_credentials()Matthias Clasen
2010-05-13GDBus: Make message serialization routines take capabilities paramDavid Zeuthen
2010-05-13remove the redundant interface_name parameterMatthias Clasen
2010-05-13GDBus: Catch up with new PropertiesChanged signalDavid Zeuthen
2010-05-13Fill out the export section of the migration guideMatthias Clasen
2010-05-13Add an example of exporting a GObjectMatthias Clasen
2010-05-12GDBus: add 'monitor' verb to gdbus(1)David Zeuthen
2010-05-12GDBus: Make gdbus(1) print annotations when introspecting dataDavid Zeuthen
2010-05-12Add a note about implemented standard interfacesMatthias Clasen
2010-05-12GDBusProxy: Remove error in get_cached_property() and add set_cached_property()David Zeuthen
2010-05-12GDBus: Add an example of a GDBusProxy subclassDavid Zeuthen
2010-05-12Update an example to the latest auth observer apiMatthias Clasen
2010-05-12Added test cases for g_output_stream_close_asyncJesse van den Kieboom
2010-05-12Flush when closing output stream asyncJesse van den Kieboom
2010-05-11Update TODO listMatthias Clasen
2010-05-11mention inline use of floating variantsMatthias Clasen
2010-05-11Remove properties from GDBusMethodInvocation classMatthias Clasen
2010-05-11Document remove_filterMatthias Clasen
2010-05-11Document DBUS address env varsMatthias Clasen
2010-05-11Don't refer to nonexisting API.Matthias Clasen
2010-05-11Match up parameter namesMatthias Clasen
2010-05-11Line up prototypesMatthias Clasen
2010-05-11Strip copyright headers from examplesMatthias Clasen
2010-05-11GDBus: Update TODO listDavid Zeuthen
2010-05-11gio: Fix gsettings build with binutils gold linkerSebastian Dröge
2010-05-11Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge
2010-05-10GDBus: In gdbus(1), try Get() if GetAll() failsDavid Zeuthen
2010-05-10GDBus: Add TODO item about a need to validate data / messagesDavid Zeuthen
2010-05-10GDBus Add TODO items about finding and launching bus instancesDavid Zeuthen
2010-05-10GDBus: Use GVariant instead of GHashTable for GDBusProxy::g-properties-changedDavid Zeuthen
2010-05-10GDBus: Use call() instead of invoke_method()David Zeuthen
2010-05-10More copyright year updatesMatthias Clasen
2010-05-10TriviaMatthias Clasen
2010-05-09Cosmetic fixesMatthias Clasen
2010-05-09Update copyright years to include 2010Matthias Clasen
2010-05-09Microoptimize string reallocationsMatthias Clasen
2010-05-09Move some platform sources aroundMatthias Clasen
2010-05-09GDBus: Rework GCredentials typeDavid Zeuthen
2010-05-09Add some conceptual changesMatthias Clasen