summaryrefslogtreecommitdiff
path: root/camel/camel-operation.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-07-23 03:06:32 +0000
committerMatthew Barnes <mbarnes@src.gnome.org>2008-07-23 03:06:32 +0000
commit40b10c874873bd9f6a1b88558ac9ac9490138571 (patch)
tree44937c4e10e289362ba03eb7a9096cb7f500401a /camel/camel-operation.c
parent481c6ce4a227d4cdb920bd76920bec8c75126f8d (diff)
downloadevolution-data-server-40b10c874873bd9f6a1b88558ac9ac9490138571.tar.gz
** Fix a bunch of Gtk-Doc warnings in Camel.
2008-07-22 Matthew Barnes <mbarnes@redhat.com> ** Fix a bunch of Gtk-Doc warnings in Camel. svn path=/trunk/; revision=9168
Diffstat (limited to 'camel/camel-operation.c')
-rw-r--r--camel/camel-operation.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/camel/camel-operation.c b/camel/camel-operation.c
index 7b89b771f..667bd03ae 100644
--- a/camel/camel-operation.c
+++ b/camel/camel-operation.c
@@ -164,7 +164,7 @@ camel_operation_mute(CamelOperation *cc)
/**
* camel_operation_registered:
*
- * Returns the registered operation, or %NULL if none registered.
+ * Returns: the registered operation, or %NULL if none registered.
**/
CamelOperation *
camel_operation_registered (void)
@@ -350,7 +350,7 @@ camel_operation_uncancel(CamelOperation *cc)
* operation_register again with that, to automatically stack
* registrations.
*
- * Return Value: Returns the previously registered operatoin.
+ * Returns: the previously registered operatoin.
*
**/
CamelOperation *
@@ -653,8 +653,6 @@ camel_operation_progress_count (CamelOperation *cc, int sofar)
/**
* camel_operation_end:
* @cc: operation context
- * @what: Format string.
- * @Varargs: varargs
*
* Report the end of an operation. If @cc is NULL, then the currently
* registered operation is notified.