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



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

    [shoutcast] Use the new way to register the plugin

 src/shoutcast/grl-shoutcast.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/shoutcast/grl-shoutcast.c b/src/shoutcast/grl-shoutcast.c
index d5a6648..f2c70f5 100644
--- a/src/shoutcast/grl-shoutcast.c
+++ b/src/shoutcast/grl-shoutcast.c
@@ -55,8 +55,6 @@
 /* --- Plugin information --- */
 
 #define PLUGIN_ID   "grl-shoutcast"
-#define PLUGIN_NAME "SHOUTcast"
-#define PLUGIN_DESC "A plugin for browsing SHOUTcast radios"
 
 #define SOURCE_ID   "grl-shoutcast"
 #define SOURCE_NAME "SHOUTcast"
@@ -128,13 +126,7 @@ grl_shoutcast_plugin_init (GrlPluginRegistry *registry,
 
 GRL_PLUGIN_REGISTER (grl_shoutcast_plugin_init,
                      NULL,
-                     PLUGIN_ID,
-                     PLUGIN_NAME,
-                     PLUGIN_DESC,
-                     PACKAGE_VERSION,
-                     AUTHOR,
-                     LICENSE,
-                     SITE);
+                     PLUGIN_ID);
 
 /* ================== SHOUTcast GObject ================ */
 



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