diff options
author | Travis Reitter <travis.reitter@collabora.co.uk> | 2011-06-07 11:23:43 -0700 |
---|---|---|
committer | Travis Reitter <travis.reitter@collabora.co.uk> | 2011-06-23 09:34:20 -0700 |
commit | 0f45b1150d8380d170d3cdaebdfc576f9060e52c (patch) | |
tree | fe554bf0c8cb9704843849e39f64b240610129ff | |
parent | ba83c9014931c9bbf897de14d7dbaa2876ccea32 (diff) |
Use the GLib definition for Object.
Helps: bgo#629716 - Migrate Folks to GDBus
-rw-r--r-- | backends/telepathy/lib/tpf-logger.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/telepathy/lib/tpf-logger.vala b/backends/telepathy/lib/tpf-logger.vala index 11fa748..389c4c6 100644 --- a/backends/telepathy/lib/tpf-logger.vala +++ b/backends/telepathy/lib/tpf-logger.vala @@ -30,7 +30,7 @@ private struct AccountFavourites } [DBus (name = "org.freedesktop.Telepathy.Logger.DRAFT")] -private interface LoggerIface : DBus.Object +private interface LoggerIface : Object { public abstract async AccountFavourites[] get_favourite_contacts () throws DBus.Error; |