[PATCH 3/3] doc: Corrected obsolete tags
- From: Simón Pena <spenap gmail com>
- To: grilo-list gnome org
- Subject: [PATCH 3/3] doc: Corrected obsolete tags
- Date: Wed, 7 Jul 2010 18:12:43 +0200
* 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
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]