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().
</para>
<para>
@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:
@Returns: number of weeks.
+<!-- ##### FUNCTION g_date_get_iso8601_week_of_year ##### -->
+<para>
+
+</para>
+
+@date:
+@Returns:
+
+
<!-- ##### FUNCTION g_date_strftime ##### -->
<para>
Generates a printed representation of the date, in a locale-specific
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
</para>
+<!-- ##### MACRO ftruncate ##### -->
+<para>
+Provided for UNIX emulation on Windows; see documentation for <function>ftruncate()</function>
+in any UNIX manual.
+</para>
+
+@fd:
+@size:
+
<!-- ##### FUNCTION g_channel_error_from_errno ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION g_get_language_names ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
@Returns:
+<!-- ##### FUNCTION g_get_system_data_dirs ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION g_get_system_config_dirs ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
<!-- ##### FUNCTION g_get_home_dir ##### -->
<para>
Gets the current user's home directory.
</para>
<para>
Note that in contrast to traditional Unix tools, this function
-prefers <filename>passwd</filename> entries over the <envar>HOME<envar>
+prefers <filename>passwd</filename> entries over the <envar>HOME</envar>
environment variable.
</para>
together, with @separator between them.
+<!-- ##### FUNCTION g_strv_length ##### -->
+<para>
+
+</para>
+
+@str_array:
+@Returns:
+
+
<!-- ##### FUNCTION g_strerror ##### -->
<para>
Returns a string corresponding to the given error code, e.g. "no such process".
@string: a #GString.
@c: the character to append onto the end of the #GString.
@Returns: the #GString.
+<!-- # Unused Parameters # -->
+@gstr:
<!-- ##### FUNCTION g_string_append_unichar ##### -->
@phandles:
-<!-- ##### MACRO ftruncate ##### -->
-<para>
-Provided for UNIX emulation on Windows; see documentation for <function>ftruncate()</function>
-in any UNIX manual.
-</para>
-
-@fd:
-@size:
-
-
<!-- ##### FUNCTION g_win32_error_message ##### -->
<para>