[grilo-plugins] [vimeo] Use the new way to register the plugin



commit b9aa5356a30072330fcb85adc3663381e7b9ba08
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jun 11 21:44:15 2010 +0200

    [vimeo] Use the new way to register the plugin

 src/vimeo/grl-vimeo.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/vimeo/grl-vimeo.c b/src/vimeo/grl-vimeo.c
index 2f93105..a17e796 100644
--- a/src/vimeo/grl-vimeo.c
+++ b/src/vimeo/grl-vimeo.c
@@ -47,8 +47,6 @@
 /* --- Plugin information --- */
 
 #define PLUGIN_ID   "grl-vimeo"
-#define PLUGIN_NAME "Vimeo"
-#define PLUGIN_DESC "A plugin for browsing and searching Vimeo videos"
 
 #define SOURCE_ID   "grl-vimeo"
 #define SOURCE_NAME "Vimeo"
@@ -132,13 +130,7 @@ grl_vimeo_plugin_init (GrlPluginRegistry *registry,
 
 GRL_PLUGIN_REGISTER (grl_vimeo_plugin_init,
                      NULL,
-                     PLUGIN_ID,
-                     PLUGIN_NAME,
-                     PLUGIN_DESC,
-                     PACKAGE_VERSION,
-                     AUTHOR,
-                     LICENSE,
-                     SITE);
+                     PLUGIN_ID);
 
 /* ================== Vimeo GObject ================ */
 



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