From e0811a5e153e509a97ec684db3ca1bf744530c9b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Sep 2004 03:16:57 +0000 Subject: [PATCH] Commit accumulated changes. --- docs/reference/glib/tmpl/completion.sgml | 6 ++++-- docs/reference/glib/tmpl/date.sgml | 9 +++++++++ docs/reference/glib/tmpl/fileutils.sgml | 2 +- docs/reference/glib/tmpl/glib-unused.sgml | 9 +++++++++ docs/reference/glib/tmpl/i18n.sgml | 8 ++++++++ docs/reference/glib/tmpl/misc_utils.sgml | 18 +++++++++++++++++- docs/reference/glib/tmpl/string_utils.sgml | 9 +++++++++ docs/reference/glib/tmpl/strings.sgml | 2 ++ docs/reference/glib/tmpl/windows.sgml | 10 ---------- 9 files changed, 59 insertions(+), 14 deletions(-) diff --git a/docs/reference/glib/tmpl/completion.sgml b/docs/reference/glib/tmpl/completion.sgml index 20e009f..0baa052 100644 --- a/docs/reference/glib/tmpl/completion.sgml +++ b/docs/reference/glib/tmpl/completion.sgml @@ -15,7 +15,8 @@ A #GCompletion is created using g_completion_new(). Target items are added and removed with g_completion_add_items(), g_completion_remove_items() and g_completion_clear_items(). -A completion attempt is requested with g_completion_complete(). +A completion attempt is requested with g_completion_complete() or +g_completion_complete_utf8(). When no longer needed, the #GCompletion is freed with g_completion_free(). @@ -40,7 +41,8 @@ The data structure used for automatic completion. @items: list of target items (strings or data structures). @func: function which is called to get the string associated with a target item. It is %NULL if the target items are strings. -@prefix: the last prefix passed to g_completion_complete(). +@prefix: the last prefix passed to g_completion_complete() or + g_completion_complete_utf8(). @cache: the list of items which begin with @prefix. @strncmp_func: diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml index 43756dd..046265b 100644 --- a/docs/reference/glib/tmpl/date.sgml +++ b/docs/reference/glib/tmpl/date.sgml @@ -614,6 +614,15 @@ to be a Sunday.) @Returns: number of weeks. + + + + + +@date: +@Returns: + + Generates a printed representation of the date, in a locale-specific diff --git a/docs/reference/glib/tmpl/fileutils.sgml b/docs/reference/glib/tmpl/fileutils.sgml index aee0cf2..092346b 100644 --- a/docs/reference/glib/tmpl/fileutils.sgml +++ b/docs/reference/glib/tmpl/fileutils.sgml @@ -94,7 +94,7 @@ differences in when a system will report a given error, etc. file (or other resource) or processes with special privileges can perform the operation. @G_FILE_ERROR_NOSYS: Function not implemented; this indicates that the - system is missing some functionality. + system is missing some functionality. @G_FILE_ERROR_FAILED: Does not correspond to a UNIX error code; this is the standard "failed for unspecified reason" error code present in all #GError error code enumerations. Returned if no specific diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index 381e81c..2cf0ace 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -180,6 +180,15 @@ in any UNIX manual. + + +Provided for UNIX emulation on Windows; see documentation for ftruncate() +in any UNIX manual. + + +@fd: +@size: + diff --git a/docs/reference/glib/tmpl/i18n.sgml b/docs/reference/glib/tmpl/i18n.sgml index 8e9ac53..fc34eb1 100644 --- a/docs/reference/glib/tmpl/i18n.sgml +++ b/docs/reference/glib/tmpl/i18n.sgml @@ -93,3 +93,11 @@ be directly used, e.g. in string array initializers. @Returns: + + + + + +@Returns: + + diff --git a/docs/reference/glib/tmpl/misc_utils.sgml b/docs/reference/glib/tmpl/misc_utils.sgml index 8ead291..2d66169 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -123,13 +123,29 @@ returned. @Returns: + + + + + +@Returns: + + + + + + + +@Returns: + + Gets the current user's home directory. Note that in contrast to traditional Unix tools, this function -prefers passwd entries over the HOME +prefers passwd entries over the HOME environment variable. diff --git a/docs/reference/glib/tmpl/string_utils.sgml b/docs/reference/glib/tmpl/string_utils.sgml index 92b4327..a772d95 100644 --- a/docs/reference/glib/tmpl/string_utils.sgml +++ b/docs/reference/glib/tmpl/string_utils.sgml @@ -879,6 +879,15 @@ Joins a number of strings together to form one long string, with the optional together, with @separator between them. + + + + + +@str_array: +@Returns: + + Returns a string corresponding to the given error code, e.g. "no such process". diff --git a/docs/reference/glib/tmpl/strings.sgml b/docs/reference/glib/tmpl/strings.sgml index 6539dfa..c019d06 100644 --- a/docs/reference/glib/tmpl/strings.sgml +++ b/docs/reference/glib/tmpl/strings.sgml @@ -155,6 +155,8 @@ Adds a character onto the end of a #GString, expanding it if necessary. @string: a #GString. @c: the character to append onto the end of the #GString. @Returns: the #GString. + +@gstr: diff --git a/docs/reference/glib/tmpl/windows.sgml b/docs/reference/glib/tmpl/windows.sgml index 0d1faa1..dde7fd0 100644 --- a/docs/reference/glib/tmpl/windows.sgml +++ b/docs/reference/glib/tmpl/windows.sgml @@ -38,16 +38,6 @@ in any UNIX manual. @phandles: - - -Provided for UNIX emulation on Windows; see documentation for ftruncate() -in any UNIX manual. - - -@fd: -@size: - - -- 2.7.4