[glib] Fix gtk-doc syntax



commit fc44bf40a4eff8e122b223e97ee5efcbc548be03
Author: Benjamin Otte <otte gnome org>
Date:   Tue Sep 1 12:48:55 2009 +0200

    Fix gtk-doc syntax

 gio/gcancellable.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/gcancellable.c b/gio/gcancellable.c
index 209f5f1..e73d384 100644
--- a/gio/gcancellable.c
+++ b/gio/gcancellable.c
@@ -495,10 +495,10 @@ g_cancellable_get_fd (GCancellable *cancellable)
  * readable status. Reading to unset the readable status is done
  * with g_cancellable_reset().
  *
- * @Returns: %TRUE if @pollfd was successfully initialized, %FALSE on 
- *           failure to prepare the cancellable.
+ * Returns: %TRUE if @pollfd was successfully initialized, %FALSE on 
+ *          failure to prepare the cancellable.
  * 
- * @Since: 2.22
+ * Since: 2.22
  **/
 gboolean
 g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
@@ -558,7 +558,7 @@ g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
  * is not called. This can cause the application to run out of file 
  * descriptors when many #GCancellables are used at the same time.
  * 
- * @Since: 2.22
+ * Since: 2.22
  **/
 void
 g_cancellable_release_fd (GCancellable *cancellable)



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