[gnome-games] libgames-support: Remove GamesClock from vapi



commit f577de413ede526faca61c0e217161df2de5cde0
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Aug 21 15:20:34 2012 +1200

    libgames-support: Remove GamesClock from vapi

 libgames-support/GnomeGamesSupport-1.0.vapi |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/libgames-support/GnomeGamesSupport-1.0.vapi b/libgames-support/GnomeGamesSupport-1.0.vapi
index 64bbd57..02fbecf 100644
--- a/libgames-support/GnomeGamesSupport-1.0.vapi
+++ b/libgames-support/GnomeGamesSupport-1.0.vapi
@@ -56,19 +56,6 @@ namespace GnomeGamesSupport
     [CCode (cheader_filename = "games-settings.h")]    
     public static void settings_bind_window_state (string path, Gtk.Window window);
 
-    [CCode (cheader_filename = "games-clock.h")]
-    public class Clock : Gtk.Label
-    {
-        public Clock ();
-        public void start ();
-        public bool is_started ();
-        public void stop ();
-        public void reset ();
-        public time_t get_seconds ();
-        public void add_seconds (time_t seconds);
-        public void set_updated (bool do_update);
-    }
-    
     [CCode (cheader_filename = "games-pause-action.h")]
     public class PauseAction : Gtk.Action
     {



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