[vinagre] Disable public info on last patch



commit b0b118391326e6221a0a93b8e898952a8da3ae03
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Jul 31 16:47:37 2009 -0300

    Disable public info on last patch

 vinagre/vinagre-plugin.c |    8 --------
 vinagre/vinagre-plugin.h |    2 --
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/vinagre/vinagre-plugin.c b/vinagre/vinagre-plugin.c
index 7395c00..bc9b567 100644
--- a/vinagre/vinagre-plugin.c
+++ b/vinagre/vinagre-plugin.c
@@ -553,12 +553,4 @@ vinagre_plugin_get_file_filter (VinagrePlugin *plugin)
   return VINAGRE_PLUGIN_GET_CLASS (plugin)->get_file_filter (plugin);
 }
 
-VinagrePluginInfo *
-vinagre_plugin_get_info (VinagrePlugin *plugin)
-{
-  g_return_val_if_fail (VINAGRE_IS_PLUGIN (plugin), NULL);
-
-  return g_object_get_data (G_OBJECT (plugin), "info");
-}
-
 /* vim: set ts=8: */
diff --git a/vinagre/vinagre-plugin.h b/vinagre/vinagre-plugin.h
index 19368d2..e596cf5 100644
--- a/vinagre/vinagre-plugin.h
+++ b/vinagre/vinagre-plugin.h
@@ -26,7 +26,6 @@
 #include <glib-object.h>
 
 #include "vinagre-window.h"
-#include "vinagre-plugin-info.h"
 
 /* TODO: add a .h file that includes all the .h files normally needed to
  * develop a plugin */ 
@@ -112,7 +111,6 @@ GType 		 vinagre_plugin_get_type		(void) G_GNUC_CONST;
 
 gchar 		*vinagre_plugin_get_install_dir		(VinagrePlugin *plugin);
 gchar 		*vinagre_plugin_get_data_dir		(VinagrePlugin *plugin);
-VinagrePluginInfo *vinagre_plugin_get_info		(VinagrePlugin *plugin);
 
 void 		 vinagre_plugin_activate		(VinagrePlugin *plugin,
 							 VinagreWindow *window);



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