[folks] Use the GLib definition for Object.



commit 0f45b1150d8380d170d3cdaebdfc576f9060e52c
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Jun 7 11:23:43 2011 -0700

    Use the GLib definition for Object.
    
    Helps: bgo#629716 - Migrate Folks to GDBus

 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]