mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46:14 +01:00
glib/gconvert.c glib/gspawn-win32.c some minor documentation fixes.
2001-10-01 Sven Neumann <sven@gimp.org> * glib/gconvert.c * glib/gspawn-win32.c * glib/gspawn.c: some minor documentation fixes.
This commit is contained in:
parent
abf9f5f8f8
commit
7282810dd9
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2001-10-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* glib/gconvert.c
|
||||||
|
* glib/gspawn-win32.c
|
||||||
|
* glib/gspawn.c: some minor documentation fixes.
|
||||||
|
|
||||||
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
2001-09-29 Alexander Larsson <alla@lysator.liu.se>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
100
glib/gconvert.c
100
glib/gconvert.c
@ -219,22 +219,22 @@ open_converter (const gchar *to_codeset,
|
|||||||
* @from_codeset: character set of @str.
|
* @from_codeset: character set of @str.
|
||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was successful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input. If the error
|
* at the end of the input. If the error
|
||||||
* G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
* #G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
||||||
* stored will the byte fofset after the last valid
|
* stored will the byte offset after the last valid
|
||||||
* input sequence.
|
* input sequence.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
* Convert a string from one character set to another.
|
* Convert a string from one character set to another.
|
||||||
*
|
*
|
||||||
* Return value: If the conversion was successful, a newly allocated
|
* Return value: If the conversion was successful, a newly allocated
|
||||||
* NUL-terminated string, which must be freed with
|
* nul-terminated string, which must be freed with
|
||||||
* g_free. Otherwise %NULL and @error will be set.
|
* g_free(). Otherwise %NULL and @error will be set.
|
||||||
**/
|
**/
|
||||||
gchar*
|
gchar*
|
||||||
g_convert (const gchar *str,
|
g_convert (const gchar *str,
|
||||||
@ -282,21 +282,21 @@ g_convert (const gchar *str,
|
|||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was succesful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input. If the error
|
* at the end of the input. If the error
|
||||||
* G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
* #G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
||||||
* stored will the byte fofset after the last valid
|
* stored will the byte offset after the last valid
|
||||||
* input sequence.
|
* input sequence.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
* Convert a string from one character set to another.
|
* Convert a string from one character set to another.
|
||||||
*
|
*
|
||||||
* Return value: If the conversion was successful, a newly allocated
|
* Return value: If the conversion was successful, a newly allocated
|
||||||
* NUL-terminated string, which must be freed with
|
* nul-terminated string, which must be freed with
|
||||||
* g_free. Otherwise %NULL and @error will be set.
|
* g_free(). Otherwise %NULL and @error will be set.
|
||||||
**/
|
**/
|
||||||
gchar*
|
gchar*
|
||||||
g_convert_with_iconv (const gchar *str,
|
g_convert_with_iconv (const gchar *str,
|
||||||
@ -408,10 +408,10 @@ g_convert_with_iconv (const gchar *str,
|
|||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was succesful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input.
|
* at the end of the input.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
@ -424,8 +424,8 @@ g_convert_with_iconv (const gchar *str,
|
|||||||
* will simply return that approximate conversion.
|
* will simply return that approximate conversion.
|
||||||
*
|
*
|
||||||
* Return value: If the conversion was successful, a newly allocated
|
* Return value: If the conversion was successful, a newly allocated
|
||||||
* NUL-terminated string, which must be freed with
|
* nul-terminated string, which must be freed with
|
||||||
* g_free. Otherwise %NULL and @error will be set.
|
* g_free(). Otherwise %NULL and @error will be set.
|
||||||
**/
|
**/
|
||||||
gchar*
|
gchar*
|
||||||
g_convert_with_fallback (const gchar *str,
|
g_convert_with_fallback (const gchar *str,
|
||||||
@ -662,18 +662,18 @@ strdup_len (const gchar *string,
|
|||||||
* g_locale_to_utf8:
|
* g_locale_to_utf8:
|
||||||
* @opsysstring: a string in the encoding of the current locale
|
* @opsysstring: a string in the encoding of the current locale
|
||||||
* @len: the length of the string, or -1 if the string is
|
* @len: the length of the string, or -1 if the string is
|
||||||
* NULL-terminated.
|
* nul-terminated.
|
||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was succesful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input. If the error
|
* at the end of the input. If the error
|
||||||
* G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
* #G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
||||||
* stored will the byte fofset after the last valid
|
* stored will the byte offset after the last valid
|
||||||
* input sequence.
|
* input sequence.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
* Converts a string which is in the encoding used for strings by
|
* Converts a string which is in the encoding used for strings by
|
||||||
@ -802,18 +802,18 @@ g_locale_to_utf8 (const gchar *opsysstring,
|
|||||||
* g_locale_from_utf8:
|
* g_locale_from_utf8:
|
||||||
* @utf8string: a UTF-8 encoded string
|
* @utf8string: a UTF-8 encoded string
|
||||||
* @len: the length of the string, or -1 if the string is
|
* @len: the length of the string, or -1 if the string is
|
||||||
* NULL-terminated.
|
* nul-terminated.
|
||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was succesful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input. If the error
|
* at the end of the input. If the error
|
||||||
* G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
* #G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
||||||
* stored will the byte fofset after the last valid
|
* stored will the byte offset after the last valid
|
||||||
* input sequence.
|
* input sequence.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
* Converts a string from UTF-8 to the encoding used for strings by
|
* Converts a string from UTF-8 to the encoding used for strings by
|
||||||
@ -948,18 +948,18 @@ g_locale_from_utf8 (const gchar *utf8string,
|
|||||||
* g_filename_to_utf8:
|
* g_filename_to_utf8:
|
||||||
* @opsysstring: a string in the encoding for filenames
|
* @opsysstring: a string in the encoding for filenames
|
||||||
* @len: the length of the string, or -1 if the string is
|
* @len: the length of the string, or -1 if the string is
|
||||||
* NULL-terminated.
|
* nul-terminated.
|
||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was succesful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input. If the error
|
* at the end of the input. If the error
|
||||||
* G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
* #G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
||||||
* stored will the byte fofset after the last valid
|
* stored will the byte offset after the last valid
|
||||||
* input sequence.
|
* input sequence.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
* Converts a string which is in the encoding used for filenames
|
* Converts a string which is in the encoding used for filenames
|
||||||
@ -991,20 +991,20 @@ g_filename_to_utf8 (const gchar *opsysstring,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_filename_from_utf8:
|
* g_filename_from_utf8:
|
||||||
* @utf8string: a UTF-8 encoded string
|
* @utf8string: a UTF-8 encoded string.
|
||||||
* @len: the length of the string, or -1 if the string is
|
* @len: the length of the string, or -1 if the string is
|
||||||
* NULL-terminated.
|
* nul-terminated.
|
||||||
* @bytes_read: location to store the number of bytes in the
|
* @bytes_read: location to store the number of bytes in the
|
||||||
* input string that were successfully converted, or %NULL.
|
* input string that were successfully converted, or %NULL.
|
||||||
* Even if the conversion was succesful, this may be
|
* Even if the conversion was succesful, this may be
|
||||||
* less than len if there were partial characters
|
* less than @len if there were partial characters
|
||||||
* at the end of the input. If the error
|
* at the end of the input. If the error
|
||||||
* G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
* #G_CONVERT_ERROR_ILLEGAL_SEQUENCE occurs, the value
|
||||||
* stored will the byte fofset after the last valid
|
* stored will the byte offset after the last valid
|
||||||
* input sequence.
|
* input sequence.
|
||||||
* @bytes_written: the stored in the output buffer (not including the
|
* @bytes_written: the number of bytes stored in the output buffer (not
|
||||||
* terminating nul.
|
* including the terminating NULL).
|
||||||
* @error: location to store the error occuring, or %NULL to ignore
|
* @error: location to store the error occuring, or %NULL to ignore
|
||||||
* errors. Any of the errors in #GConvertError may occur.
|
* errors. Any of the errors in #GConvertError may occur.
|
||||||
*
|
*
|
||||||
* Converts a string from UTF-8 to the encoding used for filenames.
|
* Converts a string from UTF-8 to the encoding used for filenames.
|
||||||
@ -1227,7 +1227,7 @@ g_unescape_uri_string (const gchar *escaped,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_filename_from_uri:
|
* g_filename_from_uri:
|
||||||
* @uri: a uri describing a filename (escaped, encoded in UTF-8)
|
* @uri: a uri describing a filename (escaped, encoded in UTF-8).
|
||||||
* @hostname: Location to store hostname for the URI, or %NULL.
|
* @hostname: Location to store hostname for the URI, or %NULL.
|
||||||
* If there is no hostname in the URI, %NULL will be
|
* If there is no hostname in the URI, %NULL will be
|
||||||
* stored in this location.
|
* stored in this location.
|
||||||
|
@ -468,13 +468,13 @@ g_spawn_sync (const gchar *working_directory,
|
|||||||
* Executes a child program asynchronously (your program will not
|
* Executes a child program asynchronously (your program will not
|
||||||
* block waiting for the child to exit). The child program is
|
* block waiting for the child to exit). The child program is
|
||||||
* specified by the only argument that must be provided, @argv. @argv
|
* specified by the only argument that must be provided, @argv. @argv
|
||||||
* should be a NULL-terminated array of strings, to be passed as the
|
* should be a %NULL-terminated array of strings, to be passed as the
|
||||||
* argument vector for the child. The first string in @argv is of
|
* argument vector for the child. The first string in @argv is of
|
||||||
* course the name of the program to execute. By default, the name of
|
* course the name of the program to execute. By default, the name of
|
||||||
* the program must be a full path; the PATH shell variable will only
|
* the program must be a full path; the PATH shell variable will only
|
||||||
* be searched if you pass the %G_SPAWN_SEARCH_PATH flag.
|
* be searched if you pass the %G_SPAWN_SEARCH_PATH flag.
|
||||||
*
|
*
|
||||||
* @envp is a NULL-terminated array of strings, where each string
|
* @envp is a %NULL-terminated array of strings, where each string
|
||||||
* has the form <literal>KEY=VALUE</literal>. This will become
|
* has the form <literal>KEY=VALUE</literal>. This will become
|
||||||
* the child's environment. If @envp is NULL, the child inherits its
|
* the child's environment. If @envp is NULL, the child inherits its
|
||||||
* parent's environment.
|
* parent's environment.
|
||||||
|
@ -417,13 +417,13 @@ g_spawn_sync (const gchar *working_directory,
|
|||||||
* Executes a child program asynchronously (your program will not
|
* Executes a child program asynchronously (your program will not
|
||||||
* block waiting for the child to exit). The child program is
|
* block waiting for the child to exit). The child program is
|
||||||
* specified by the only argument that must be provided, @argv. @argv
|
* specified by the only argument that must be provided, @argv. @argv
|
||||||
* should be a NULL-terminated array of strings, to be passed as the
|
* should be a %NULL-terminated array of strings, to be passed as the
|
||||||
* argument vector for the child. The first string in @argv is of
|
* argument vector for the child. The first string in @argv is of
|
||||||
* course the name of the program to execute. By default, the name of
|
* course the name of the program to execute. By default, the name of
|
||||||
* the program must be a full path; the PATH shell variable will only
|
* the program must be a full path; the PATH shell variable will only
|
||||||
* be searched if you pass the %G_SPAWN_SEARCH_PATH flag.
|
* be searched if you pass the %G_SPAWN_SEARCH_PATH flag.
|
||||||
*
|
*
|
||||||
* @envp is a NULL-terminated array of strings, where each string
|
* @envp is a %NULL-terminated array of strings, where each string
|
||||||
* has the form <literal>KEY=VALUE</literal>. This will become
|
* has the form <literal>KEY=VALUE</literal>. This will become
|
||||||
* the child's environment. If @envp is NULL, the child inherits its
|
* the child's environment. If @envp is NULL, the child inherits its
|
||||||
* parent's environment.
|
* parent's environment.
|
||||||
|
Loading…
Reference in New Issue
Block a user