diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 032c2e57c..166283cc3 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2003-06-19 Matthias Clasen + + * glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline. + Sun Jun 8 12:28:39 2003 Owen Taylor * glib/tmpl/error_reporting.sgml: XML fix. diff --git a/docs/reference/glib/tmpl/misc_utils.sgml b/docs/reference/glib/tmpl/misc_utils.sgml index f58d0942c..0cc37b002 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -154,20 +154,11 @@ path it returns %NULL. -Gets the name of the file without any leading directory components. -The returned string should be freed when no longer needed. + - - -This function allocates new memory for the returned string. This is -different from the old g_basename() function, which returned a pointer -into the argument. - - - -@file_name: the name of the file. -@Returns: the name of the file without any leading directory components. +@file_name: +@Returns: