[gnome-games] libgames-support: Remove vala bindings from runtime functions that are being removed



commit ecf93470b6c83557c1097f66e9296a23023665af
Author: Robert Ancell <robert ancell canonical com>
Date:   Sun Jan 1 13:18:47 2012 +1100

    libgames-support: Remove vala bindings from runtime functions that are being removed

 libgames-support/GnomeGamesSupport-1.0.vapi |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/libgames-support/GnomeGamesSupport-1.0.vapi b/libgames-support/GnomeGamesSupport-1.0.vapi
index 55303ea..86f432a 100644
--- a/libgames-support/GnomeGamesSupport-1.0.vapi
+++ b/libgames-support/GnomeGamesSupport-1.0.vapi
@@ -84,14 +84,6 @@ namespace GnomeGamesSupport
     public static bool runtime_init (string name);
     [CCode (cheader_filename = "games-runtime.h")]
     public static void runtime_shutdown ();
-    [CCode (cheader_filename = "games-runtime.h")]
-    public static unowned string runtime_get_directory (RuntimeDirectory directory);
-    [CCode (cheader_filename = "games-runtime.h")]
-    public static unowned string runtime_get_file (RuntimeDirectory directory, string name);
-    [CCode (cheader_filename = "games-runtime.h")]
-    public static int runtime_get_gpl_version  ();
-    [CCode (cheader_filename = "games-runtime.h")]
-    public static bool runtime_is_system_prefix ();
 
     [CCode (cheader_filename = "games-settings.h")]    
     public static void settings_bind_window_state (string path, Gtk.Window window);



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