glib r6429 - in trunk: . glib
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6429 - in trunk: . glib
- Date: Wed, 30 Jan 2008 20:52:14 +0000 (GMT)
Author: wbolster
Date: Wed Jan 30 20:52:13 2008
New Revision: 6429
URL: http://svn.gnome.org/viewvc/glib?rev=6429&view=rev
Log:
2008-01-30 Wouter Bolsterlee <wbolster svn gnome org>
* glib/gchecksum.c:
* glib/gtestutils.c:
* glib/gutils.c:
Fixed gtk-doc warnings by updating the documentation of
various functions.
Modified:
trunk/ChangeLog
trunk/glib/gchecksum.c
trunk/glib/gtestutils.c
trunk/glib/gutils.c
Modified: trunk/glib/gchecksum.c
==============================================================================
--- trunk/glib/gchecksum.c (original)
+++ trunk/glib/gchecksum.c Wed Jan 30 20:52:13 2008
@@ -1283,12 +1283,12 @@
/**
* g_checksum_get_digest:
* @checksum: a #GChecksum
- * @digest: output buffer
+ * @buffer: output buffer
* @digest_len: an inout parameter. The caller initializes it to the size of @buffer.
* After the call it contains the length of the digest.
*
* Gets the digest from @checksum as a raw binary vector and places it
- * into @digest. The size of the digest depends on the type of checksum.
+ * into @buffer. The size of the digest depends on the type of checksum.
*
* Once this function has been called, the #GChecksum is closed and can
* no longer be updated with g_checksum_update().
Modified: trunk/glib/gtestutils.c
==============================================================================
--- trunk/glib/gtestutils.c (original)
+++ trunk/glib/gtestutils.c Wed Jan 30 20:52:13 2008
@@ -614,7 +614,7 @@
}
/**
- * g_test_minimized_result:
+ * g_test_maximized_result:
* @maximized_quantity: the reported value
* @format: the format string of the report message
*
Modified: trunk/glib/gutils.c
==============================================================================
--- trunk/glib/gutils.c (original)
+++ trunk/glib/gutils.c Wed Jan 30 20:52:13 2008
@@ -3183,7 +3183,7 @@
/**
* glib_gettext:
- * str: The string to be translated
+ * @str: The string to be translated
*
* Returns the translated string from the glib translations.
* This is an internal function and should only be used by
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]