GVariant: fix doc copy/paste error
[platform/upstream/glib.git] / gio /
2010-06-20 Christian PerschDocs fix
2010-06-19 Ryan LortieGSettings: complete support for enum binding
2010-06-19 Milan Bouchet-ValatFix gsettings tool crash, part 2
2010-06-19 Milan Bouchet-ValatFix gsettings tool crash
2010-06-19 Ryan LortieFix bug in strinfo
2010-06-18 Jürg BilleterGDBus: Sink closures in _with_closures functions
2010-06-18 Colin Walters[GApplication] Add working directory to platform data
2010-06-18 Tor LillqvistFix build on non-Unix
2010-06-17 Matthias ClasenFix distcheck
2010-06-17 David ZeuthenGDBusMessage: Fix bug when deserializing a message
2010-06-17 Ryan LortieMake g_settings_sync() a proper prototype.
2010-06-17 Matthias ClasenFix the build
2010-06-17 David ZeuthenGDBus: Complain via g_warning() if an invalid message...
2010-06-17 David ZeuthenGDBusMessage: Properly check error and bail if set
2010-06-17 Matthias ClasenDocumentation fixups
2010-06-17 Christian PerschFix GApplication for the G_TYPE_VARIANT change
2010-06-17 David ZeuthenCatch up with G_TYPE_VARIANT changes
2010-06-17 Matthias ClasenFix a typo
2010-06-17 Ryan LortieGSettings: remove "context" from backend too.
2010-06-17 Ryan LortieOnly run the schema compiler from the test cases
2010-06-17 Ryan LortieBug 621266 - GSettings "context" clarification
2010-06-17 Cosimo CecchiBug 621905 – Assume a ref when doing async work
2010-06-17 Ryan LortieGSettings-related distcheck fixups
2010-06-17 Ryan LortieMore GSettings doc fixups
2010-06-17 Ryan Lortie<alias> takes mandatory target='' arg
2010-06-17 Ryan LortieGSettings: Fix comment formatting, whitespace.
2010-06-17 Matthias ClasenAdd some schema examples
2010-06-17 Matthias ClasenTypo fix
2010-06-17 Matthias ClasenUpdate the dtd to match the schema parser
2010-06-17 Ryan LortieGSettings: enum/choices/aliases/range test cases
2010-06-16 Ryan Lortiemove GSettings(Backend) to giotypes.h
2010-06-16 Ryan LortieBug 621319 - more leaked GVariants in GSettings
2010-06-16 Ryan LortieGSettings: major refactor. Add enums, range.
2010-06-16 Christian PerschTypo fix
2010-06-16 Colin WaltersRework GApplication API to use GInitable
2010-06-16 Emmanuele BassiAdd gdbus-proxy-well-known-name to the ignore file
2010-06-16 Matthias ClasenProperly initialize GError
2010-06-16 Christian PerschSprinkle some $(AM_V_GEN) around to make the build...
2010-06-16 Matthias ClasenCorrect some documentation mistakes in gunixmounts.c
2010-06-15 Hib ErisUse native glib-compile-schemas when cross compiling
2010-06-14 Colin WaltersSwitch to using variants for timestamps, split out...
2010-06-13 Christian PerschAdd --xml to gdbus-tool to print raw introspected XML
2010-06-13 Matthias ClasenAvoid a race in application registration
2010-06-12 Matthias ClasenAccept no-reply errors
2010-06-12 Matthias ClasenMake the tests not fall over every other time
2010-06-11 David ZeuthenBug 621213 – GDBusProxy and well-known names
2010-06-11 Ryan Lortiegitignore GApplication test-cases
2010-06-11 Felix RiemannClose memory leak in GSettings
2010-06-11 Alexander Larssonconverter streams: make code more readable
2010-06-11 Jürg BilleterUse correct offset for buffer data in GConverterOutputS...
2010-06-11 Jürg BilleterEnsure we always have some target space in GConverterOu...
2010-06-11 Christian DywanAdd a regression test for GConverterOutputStream corruption
2010-06-11 Ryan LortieGSettings test case fixes
2010-06-11 Ryan LortieAdd g_settings_sync() and use it
2010-06-10 Colin Walters[Gio] Merge in introspection annotations from gobject...
2010-06-10 Ryan LortieGSettings: store (default, options) in gvdb
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Tomeu VizosoAdd _with_closures alternative functions for those...
2010-06-10 Colin Walters[GApplication] Tweak docs a bit
2010-06-10 Colin WaltersRewrite apps test to ensure children are killed
2010-06-10 Matthias ClasenFix GApplication tests to run without a session bus
2010-06-09 David ZeuthenGDBusConnection: Do not dispatch calls to unregistered...
2010-06-09 David ZeuthenGDBusProxy: Fix error handling in synchronous initializ...
2010-06-09 David ZeuthenBug 621119 – GDBusProxy and objects with no properties
2010-06-09 Juan A. Suarez RomeroFix warning
2010-06-09 Juan A. Suarez RomeroFix warnings
2010-06-08 Christian PerschFix thinko
2010-06-08 Colin Walters[GDBusConnection] Use Gio's default async implementatio...
2010-06-08 Christian Perschg_dbus_method_invocation_return_value consumes the...
2010-06-08 Christian PerschSimplify variant builder
2010-06-08 Christian PerschUse g_variant_is_of_type()
2010-06-08 Christian PerschPlug a mem leak
2010-06-08 Javier Jardón[docs] Fix typos in some g_file_* functions
2010-06-08 Matthias ClasenAdd missing marshaler
2010-06-08 Matthias ClasenFix a missing parameter in a doc comment
2010-06-08 Matthias ClasenFix a signal signature
2010-06-08 Matthias ClasenFix a misspelt doc comment
2010-06-08 Matthias ClasenRename GApplication::appid to GApplication::application-id
2010-06-08 Matthias ClasenFix !srcdir checks
2010-06-08 Matthias ClasenDocument signals
2010-06-07 Javier Jardón[docs] GApplication is available since Gio 2.26
2010-06-07 Matthias ClasenUse g types for consistency
2010-06-07 Matthias ClasenMerge the wip/gapplication branch
2010-06-07 Matthias ClasenInclude the right header
2010-06-07 Ryan LortieBug 620496 - schema compiler: reject invalid paths
2010-06-06 Christian PerschDon't do an extra strlen when g_variant_get_string...
2010-06-06 Matthias ClasenAdd single-include guards to new headers
2010-06-06 Matthias ClasenSort gio.h includes alphabetically
2010-06-06 Michael Natterergio: fix the build
2010-06-06 Matthias ClasenSome cleanups
2010-06-04 Ryan Lortieadd get_permission API to GSettingsBackend
2010-06-04 Ryan Lortiegsettingsbackend.h: pretend to be gio.h
2010-06-04 Ryan LortieBug 620582 - a simple GPermission implementation
2010-06-04 Ryan LortieBug 620519 - GPermission
2010-06-04 Murray CummingGio: gioenums.h: Remove trailing commas to avoid C...
2010-06-03 Javier Jardóngdbusaddress: Fix typo
2010-06-03 Matthias ClasenDon't spew a g_warning if inotify setup fails
2010-06-02 Milan Bouchet-ValatAnnotate GVariant and GSettings _strv() functions
2010-06-02 Ryan LortieSupport NULL value for g_settings_set_strv()
2010-06-02 Milan Bouchet-ValatRemove length parameter for g_settings_[gs]et_strv
next