From: Wouter Bolsterlee Date: Wed, 30 Jan 2008 20:52:13 +0000 (+0000) Subject: Fixed gtk-doc warnings by updating the documentation of various functions. X-Git-Tag: GLIB_2_15_5~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca25b31ee39611ec0561a4d7efabe2afbc0697a8;p=platform%2Fupstream%2Fglib.git Fixed gtk-doc warnings by updating the documentation of various functions. 2008-01-30 Wouter Bolsterlee * glib/gchecksum.c: * glib/gtestutils.c: * glib/gutils.c: Fixed gtk-doc warnings by updating the documentation of various functions. svn path=/trunk/; revision=6429 --- diff --git a/ChangeLog b/ChangeLog index f133c8e..3aad397 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-01-30 Wouter Bolsterlee + + * glib/gchecksum.c: + * glib/gtestutils.c: + * glib/gutils.c: + + Fixed gtk-doc warnings by updating the documentation of + various functions. + 2008-01-29 Christian Persch * docs/reference/glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION @@ -108,7 +117,7 @@ 2008-01-21 Alexander Larsson - * configure.in: + * configure.in: Only check for sys/inotify.h (see gio/ChangeLog) 2008-01-18 16:51:23 Tim Janik @@ -131,7 +140,7 @@ 2008-01-15 Alexander Larsson - * glib/gurifuncs.c: + * glib/gurifuncs.c: Clarify docs for g_uri_unescape_string() (#508773) 2008-01-14 Dan Winship @@ -159,7 +168,7 @@ 2008-01-14 Alexander Larsson - * glib/gurifuncs.c: + * glib/gurifuncs.c: Clarify docs for g_uri_escape_string (#508773) 2008-01-12 Andre Klapper @@ -343,7 +352,7 @@ 2007-12-19 20:30:18 Tim Janik - * glib/gtestutils.c: capture g_log() messages and send to gtester. + * glib/gtestutils.c: capture g_log() messages and send to gtester. also, send assertion messages to gtester. * glib/gtester.c: add error messages to output log file. @@ -370,9 +379,9 @@ 2007-12-19 Alexander Larsson - * glib/gfileutils.[ch]: - * glib/glib.symbols: - Rename g_format_file_size_for_display to g_format_size_for_display. + * glib/gfileutils.[ch]: + * glib/glib.symbols: + Rename g_format_file_size_for_display to g_format_size_for_display. 2007-12-18 Tim-Philipp Müller @@ -444,29 +453,29 @@ 2007-12-10 15:08:59 Tim Janik - * let g_warn_if_fail replace g_assert as discussed here: - http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html + * let g_warn_if_fail replace g_assert as discussed here: + http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html - * fix bug #502498: Test framework assertion failures should follow - gcc error format. + * fix bug #502498: Test framework assertion failures should follow + gcc error format. - * gmessages.h, gmessages.c: deprecated g_assert_warning() which is - unused now. removed g_assert*() definitions whcih are provided by - gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail() - which are recommended as g_assert/g_assert_not_reached replacements - for non-test programs. - added g_warn_message() to implement g_warn_*() macros. - use emacs-next-error friendly formatting for file:line: for warnings. + * gmessages.h, gmessages.c: deprecated g_assert_warning() which is + unused now. removed g_assert*() definitions whcih are provided by + gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail() + which are recommended as g_assert/g_assert_not_reached replacements + for non-test programs. + added g_warn_message() to implement g_warn_*() macros. + use emacs-next-error friendly formatting for file:line: for warnings. - * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting. - implement g_assert_not_reached() with g_assertion_message() and - g_assert() in terms of g_assertion_message_expr() so we'll be able to - provide assertion messages in test logs. + * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting. + implement g_assert_not_reached() with g_assertion_message() and + g_assert() in terms of g_assertion_message_expr() so we'll be able to + provide assertion messages in test logs. - * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail() - or g_return_if_fail() where suitable. + * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail() + or g_return_if_fail() where suitable. - * gio/: changed g_assert to g_warn_if_fail. + * gio/: changed g_assert to g_warn_if_fail. 2007-12-10 13:02:08 Tim Janik @@ -555,7 +564,7 @@ 2007-12-05 11:43:22 Tim Janik - * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data + * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data into tests. allow data arguments for fixture tests. * glib/gtestutils.c: fixed fatal log flag setup, so tests really abort @@ -671,7 +680,7 @@ 2007-12-03 Alexander Larsson - * configure.in: + * configure.in: Add xattr checks for OSX style API (#500506) 2007-12-03 Ryan Lortie @@ -719,14 +728,14 @@ 2007-11-28 Alexander Larsson - * glib/glib.symbols: + * glib/glib.symbols: Add in the new symbols - * glib/gurifuncs.c: + * glib/gurifuncs.c: Use the aliases framework - * glib/glibintl.h: - * glib/gutils.c: + * glib/glibintl.h: + * glib/gutils.c: Make the alias stuff work now that glib_gettext is exported to libgio. @@ -738,25 +747,25 @@ 2007-11-27 Alexander Larsson - * gio/Makefile.am: - * gio/gurifuncs.[ch]: - * glib/Makefile.am: - * glib/gstring.[ch]: - * glib/gurifuncs.[ch]: + * gio/Makefile.am: + * gio/gurifuncs.[ch]: + * glib/Makefile.am: + * glib/gstring.[ch]: + * glib/gurifuncs.[ch]: Moved gurifuncs from gio to glib 2007-11-27 Alexander Larsson - * gio/gfileinfo.[ch]: - * glib/gfileutils.[ch]: - Move g_format_file_size_for_display from gio to glib + * gio/gfileinfo.[ch]: + * glib/gfileutils.[ch]: + Move g_format_file_size_for_display from gio to glib 2007-11-27 Alexander Larsson - * configure.in: + * configure.in: Allow configuration of gio-module-dir - * gio-2.0.pc.in: + * gio-2.0.pc.in: Export giomodules location as giomodule variable 2007-11-26 Matthias Clasen @@ -801,18 +810,18 @@ 2007-11-26 Alexander Larsson - * Makefile.am: - * configure.in: - * gio-2.0-uninstalled.pc.in: - * gio-2.0.pc.in: - * gio-unix-2.0-uninstalled.pc.in: - * gio-unix-2.0.pc.in: + * Makefile.am: + * configure.in: + * gio-2.0-uninstalled.pc.in: + * gio-2.0.pc.in: + * gio-unix-2.0-uninstalled.pc.in: + * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. - * glib/glibintl.h: - * glib/gutils.c: + * glib/glibintl.h: + * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string @@ -906,7 +915,7 @@ TEST_PROGS for unconditional appending via += in other makefiles. define recursive test targets: test, test-report, perf-report, full-report, as described here: - http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html + http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html * Makefile.am: * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am: diff --git a/glib/gchecksum.c b/glib/gchecksum.c index 71ee2f7..bfd9d5c 100644 --- a/glib/gchecksum.c +++ b/glib/gchecksum.c @@ -1283,12 +1283,12 @@ g_checksum_get_string (GChecksum *checksum) /** * 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(). diff --git a/glib/gtestutils.c b/glib/gtestutils.c index dc2d0c9..2731efb 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -614,7 +614,7 @@ g_test_minimized_result (double minimized_quantity, } /** - * g_test_minimized_result: + * g_test_maximized_result: * @maximized_quantity: the reported value * @format: the format string of the report message * diff --git a/glib/gutils.c b/glib/gutils.c index e8336e1..cc57e8f 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -3183,7 +3183,7 @@ _glib_get_locale_dir (void) /** * 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