mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 11:54:15 +02:00
Adjust to changed parameter names.
* glib/gtimer.c (g_time_val_add): Adjust to changed parameter names. * glib/gutils.c (g_get_application_name): Mark as 2.2. addition. * glib/gstrfuncs.c (g_ascii_strtoull): Mark as 2.0.7 addition. * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal. * glib/tmpl/date.sgml: * glib/tmpl/string_utils.sgml: Remove redundant docs. * glib/glib-sections.txt: Add g_ascii_strtoull and g_get_application_name.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2002-11-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/main.sgml: Write something about GSourceDummyMarshal.
|
||||
|
||||
* glib/tmpl/date.sgml:
|
||||
* glib/tmpl/string_utils.sgml: Remove redundant docs.
|
||||
|
||||
* glib/glib-sections.txt: Add g_ascii_strtoull and
|
||||
g_get_application_name.
|
||||
|
||||
2002-11-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/strings.sgml:
|
||||
|
@@ -951,6 +951,7 @@ g_strncasecmp
|
||||
g_strreverse
|
||||
|
||||
<SUBSECTION>
|
||||
g_ascii_strtoull
|
||||
G_ASCII_DTOSTR_BUF_SIZE
|
||||
g_ascii_strtod
|
||||
g_ascii_dtostr
|
||||
@@ -1141,6 +1142,7 @@ g_hook_destroy_link
|
||||
<SECTION>
|
||||
<TITLE>Miscellaneous Utility Functions</TITLE>
|
||||
<FILE>misc_utils</FILE>
|
||||
g_get_application_name
|
||||
g_get_prgname
|
||||
g_set_prgname
|
||||
g_getenv
|
||||
|
@@ -83,8 +83,6 @@ Represents a precise time, with seconds and microseconds. Same as the
|
||||
|
||||
<!-- ##### FUNCTION g_get_current_time ##### -->
|
||||
<para>
|
||||
Equivalent to <function>gettimeofday()</function>, but also works on
|
||||
Win32. Returns the current time.
|
||||
</para>
|
||||
|
||||
@result:
|
||||
|
@@ -628,7 +628,8 @@ an event source.
|
||||
|
||||
<!-- ##### USER_FUNCTION GSourceDummyMarshal ##### -->
|
||||
<para>
|
||||
|
||||
This is just a placeholder for #GClosureMarshal, which cannot be used here
|
||||
for dependency reasons.
|
||||
</para>
|
||||
|
||||
|
||||
|
@@ -14,6 +14,14 @@ These are portable utility functions.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION g_get_application_name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_prgname ##### -->
|
||||
<para>
|
||||
Gets the name of the program. This name should NOT be localized,
|
||||
|
@@ -50,14 +50,10 @@ nul-terminated.
|
||||
|
||||
<!-- ##### FUNCTION g_strdupv ##### -->
|
||||
<para>
|
||||
Copies a %NULL-terminated array of strings. The result consists of a
|
||||
%NULL-terminated array, with one malloc block holding the array of strings, and
|
||||
each string itself allocated. The simplest way to free the result is with
|
||||
g_strfreev() which frees each string in a vector, then the vector itself.
|
||||
</para>
|
||||
|
||||
@str_array: array to copy
|
||||
@Returns: a new array
|
||||
@str_array:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strnfill ##### -->
|
||||
@@ -617,6 +613,17 @@ Note that g_strreverse() doesn't work on UTF-8 strings containing multibyte char
|
||||
@Returns: the same pointer passed in as @string.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_ascii_strtoull ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@nptr:
|
||||
@endptr:
|
||||
@base:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO G_ASCII_DTOSTR_BUF_SIZE ##### -->
|
||||
<para>
|
||||
A good size for a buffer to be passed into g_ascii_dtostr().
|
||||
|
Reference in New Issue
Block a user