[PATCH 3/7] annotations: removed 'not-error' annotation
- From: Simon Pena <spena igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 3/7] annotations: removed 'not-error' annotation
- Date: Fri, 18 Mar 2011 17:46:18 +0200
---
src/grl-media-source.h | 8 ++++----
src/grl-metadata-source.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/grl-media-source.h b/src/grl-media-source.h
index 5b71f3c..a37f425 100644
--- a/src/grl-media-source.h
+++ b/src/grl-media-source.h
@@ -104,7 +104,7 @@ struct _GrlMediaSource {
* @remaining: the number of remaining #GrlMedia to process, or
* GRL_SOURCE_REMAINING_UNKNOWN if it is unknown
* @user_data: user data passed to the used method
- * @error: (not-error) (type uint): possible #GError generated at processing
+ * @error: (type uint): possible #GError generated at processing
*
* Prototype for the callback passed to the media sources' methods
*/
@@ -120,7 +120,7 @@ typedef void (*GrlMediaSourceResultCb) (GrlMediaSource *source,
* @source: a media source
* @media: (transfer full): a data transfer object
* @user_data: user data passed to grl_media_source_metadata()
- * @error: (not-error) (type uint): possible #GError generated at processing
+ * @error: (type uint): possible #GError generated at processing
*
* Prototype for the callback passed to grl_media_source_metadata()
*/
@@ -135,7 +135,7 @@ typedef void (*GrlMediaSourceMetadataCb) (GrlMediaSource *source,
* @parent: The #GrlMediaBox who parents the @media
* @media: (transfer full): a data transfer object
* @user_data: user data passed to grl_media_source_store()
- * @error: (not-error) (type uint): possible #GError generated at processing
+ * @error: (type uint): possible #GError generated at processing
*
* Prototype for the callback passed to grl_media_source_store()
*/
@@ -150,7 +150,7 @@ typedef void (*GrlMediaSourceStoreCb) (GrlMediaSource *source,
* @source: a media source
* @media: (transfer full): a data transfer object
* @user_data: user data passed to grl_media_source_remove()
- * @error: (not-error) (type uint): possible #GError generated at processing
+ * @error: (type uint): possible #GError generated at processing
*
* Prototype for the callback passed to grl_media_source_remove()
*/
diff --git a/src/grl-metadata-source.h b/src/grl-metadata-source.h
index 2f06667..a2842ad 100644
--- a/src/grl-metadata-source.h
+++ b/src/grl-metadata-source.h
@@ -113,7 +113,7 @@ struct _GrlMetadataSource {
* @source: a metadata source
* @media: (transfer full): a #GrlMedia transfer object
* @user_data: user data passed to grl_metadata_source_resolve()
- * @error: (not-error) (type uint): possible #GError generated when resolving the metadata
+ * @error: (type uint): possible #GError generated when resolving the metadata
*
* Prototype for the callback passed to grl_metadata_source_resolve()
*/
@@ -129,7 +129,7 @@ typedef void (*GrlMetadataSourceResolveCb) (GrlMetadataSource *source,
* @failed_keys: (element-type GObject.ParamSpec) (transfer container): #GList of
* keys that could not be updated, if any
* @user_data: user data passed to grl_metadata_source_set_metadata()
- * @error: (not-error) (type uint): possible #GError generated when updating the metadata
+ * @error: (type uint): possible #GError generated when updating the metadata
*
* Prototype for the callback passed to grl_metadata_source_set_metadata()
*/
--
1.7.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]