[PATCH 21/28] [shoutcast] Use the new way to register the plugin
- From: Joaquim Rocha <jrocha igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 21/28] [shoutcast] Use the new way to register the plugin
- Date: Fri, 11 Jun 2010 21:44:11 +0200
---
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 ================ */
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]