summaryrefslogtreecommitdiff
path: root/daemon/dbus/gkd-secret-introspect.h
Commit message (Collapse)AuthorAgeFilesLines
* Port gnome-keyring-daemon to GDBusCosimo Cecchi2015-06-291-35/+0
| | | | | | | | | | | | | This commit ports gnome-keyring-daemon from libdbus1 to GDBus. Unfortunately it's not really possible to split this commit into multiple while keeping the code building. Noteworthy is the different approach that GDBus allows us to use; instead of filtering every message and writing our own internal message routing, we can more naturally use generated skeletons and register/unregister them on the bus as needed. https://bugzilla.gnome.org/show_bug.cgi?id=622905
* Remove old FSF license from header filesStef Walter2014-01-081-3/+2
| | | | | | And refresh the COPYING and COPYING.LIB files https://bugzilla.gnome.org/show_bug.cgi?id=721549
* dbus: Implement <node> children in DBus introspection dataStef Walter2011-09-261-0/+1
| | | | | | | * This allows tools like d-feet to see what's going on in the service. https://bugzilla.gnome.org/show_bug.cgi?id=660127
* [dbus] Include introspect files as C strings.Stef Walter2011-02-281-0/+35
Don't distribute files, partially because it's more fragile and partially because they were causing this complaint: https://bugzilla.gnome.org/show_bug.cgi?id=637579