[grilo-plugins] [filesystem] Use the new way to register the plugin
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] [filesystem] Use the new way to register the plugin
- Date: Mon, 14 Jun 2010 10:29:06 +0000 (UTC)
commit 0b76570d6b10d4494eeaed085eaf4dcfe2b2c735
Author: Joaquim Rocha <jrocha igalia com>
Date: Fri Jun 11 21:43:57 2010 +0200
[filesystem] Use the new way to register the plugin
src/filesystem/grl-filesystem.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/filesystem/grl-filesystem.c b/src/filesystem/grl-filesystem.c
index d74f19a..c7b1b20 100644
--- a/src/filesystem/grl-filesystem.c
+++ b/src/filesystem/grl-filesystem.c
@@ -57,8 +57,6 @@
/* --- Plugin information --- */
#define PLUGIN_ID "grl-filesystem"
-#define PLUGIN_NAME "Filesystem"
-#define PLUGIN_DESC "A plugin for browsing the filesystem"
#define SOURCE_ID "grl-filesystem"
#define SOURCE_NAME "Filesystem"
@@ -138,13 +136,7 @@ grl_filesystem_plugin_init (GrlPluginRegistry *registry,
GRL_PLUGIN_REGISTER (grl_filesystem_plugin_init,
NULL,
- PLUGIN_ID,
- PLUGIN_NAME,
- PLUGIN_DESC,
- PACKAGE_VERSION,
- AUTHOR,
- LICENSE,
- SITE);
+ PLUGIN_ID);
/* ================== Filesystem GObject ================ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]