[grilo] doc: Corrected obsolete tags



commit 2d8d2c847bdb2267a5242183f50e53259bdde84f
Author: Simón Pena <spenap gmail com>
Date:   Wed Jul 7 18:12:43 2010 +0200

    doc: Corrected obsolete tags
    
    * Removed tags no longer used
    * Renamed tags "left behind", not up to date to the code

 src/data/grl-media.h      |    2 +-
 src/grl-plugin-registry.c |    2 +-
 src/grl-plugin-registry.h |   12 ------------
 3 files changed, 2 insertions(+), 14 deletions(-)
---
diff --git a/src/data/grl-media.h b/src/data/grl-media.h
index 6845864..7024325 100644
--- a/src/data/grl-media.h
+++ b/src/data/grl-media.h
@@ -242,7 +242,7 @@ struct _GrlMedia
 /**
  * grl_media_set_last_position:
  * @data: the media
- * @last_played: second at which the media playback was interrupted
+ * @last_position: second at which the media playback was interrupted
  *
  * Set the media last played position
  */
diff --git a/src/grl-plugin-registry.c b/src/grl-plugin-registry.c
index ef29bae..8238e8c 100644
--- a/src/grl-plugin-registry.c
+++ b/src/grl-plugin-registry.c
@@ -691,7 +691,7 @@ grl_plugin_registry_register_metadata_key (GrlPluginRegistry *registry,
 /**
  * grl_plugin_registry_lookup_metadata_key:
  * @registry: the registry instance
- * @key_id: the key name
+ * @key_name: the key name
  *
  * Look up for the metadata key with name @key_name.
  *
diff --git a/src/grl-plugin-registry.h b/src/grl-plugin-registry.h
index d57f87c..ba7dde0 100644
--- a/src/grl-plugin-registry.h
+++ b/src/grl-plugin-registry.h
@@ -74,12 +74,6 @@
  * the #GrlMediaPlugins provided
  * @deinit: (allow-none): function to execute when the registry needs to dispose the module
  * @id: the module identifier
- * @name: the module name
- * @desc: a phrase describing the service provided by the module
- * @version: the version string of the module
- * @author: the author(s) of the module
- * @license: the license used by the module
- * @site: the website of the module
  *
  * Define the boilerplate for loadable modules. Defines a new module
  * descriptor which provides a set of #GrlMediaPlugins
@@ -100,12 +94,6 @@ typedef struct _GrlPluginRegistry GrlPluginRegistry;
 /**
  * GrlPluginInfo:
  * @id: the module identifier
- * @name: the module name
- * @desc: a phrase describing the service provided by the module
- * @version: the version string of the module
- * @author: the author(s) of the module
- * @license: the license used by the module
- * @site: the website of the module
  * @rank: the plugin priority rank
  *
  * This structure stores the information related to a module



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