[gmime/gmime-2-4] fixed some gtk-doc comments



commit 3bb754277db9ad8833f294b828a63b75ce2bff77
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sun Apr 26 14:50:00 2009 -0400

    fixed some gtk-doc comments
---
 gmime/gmime-gpg-context.c |    2 +-
 gmime/gmime-stream-fs.c   |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gmime/gmime-gpg-context.c b/gmime/gmime-gpg-context.c
index 2aa4012..d6c3e36 100644
--- a/gmime/gmime-gpg-context.c
+++ b/gmime/gmime-gpg-context.c
@@ -2083,7 +2083,7 @@ g_mime_gpg_context_get_always_trust (GMimeGpgContext *ctx)
 /**
  * g_mime_gpg_context_set_always_trust:
  * @ctx: a #GMimeGpgContext
- * @always_trust: always truct flag
+ * @always_trust: always trust flag
  *
  * Sets the @always_trust flag on the gpg context which is used for
  * encryption.
diff --git a/gmime/gmime-stream-fs.c b/gmime/gmime-stream-fs.c
index d868cad..aaec7e6 100644
--- a/gmime/gmime-stream-fs.c
+++ b/gmime/gmime-stream-fs.c
@@ -458,7 +458,7 @@ g_mime_stream_fs_new (int fd)
 
 /**
  * g_mime_stream_fs_new_with_bounds:
- * @fd: file descriptor
+ * @fd: a file descriptor
  * @start: start boundary
  * @end: end boundary
  *
@@ -484,7 +484,7 @@ g_mime_stream_fs_new_with_bounds (int fd, gint64 start, gint64 end)
 
 /**
  * g_mime_stream_fs_get_owner:
- * @stream: fs stream
+ * @stream: a #GMimeStreamFs
  *
  * Gets whether or not @stream owns the backend file descriptor.
  *
@@ -502,10 +502,10 @@ g_mime_stream_fs_get_owner (GMimeStreamFs *stream)
 
 /**
  * g_mime_stream_fs_set_owner:
- * @stream: fs stream
+ * @stream: a #GMimeStreamFs
  * @owner: owner
  *
- * Sets whether or not @stream owns the backend FS pointer.
+ * Sets whether or not @stream owns the backend file descriptor.
  *
  * Note: @owner should be %TRUE if the stream should close() the
  * backend file descriptor when destroyed or %FALSE otherwise.



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