mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
*** empty log message ***
This commit is contained in:
@@ -804,6 +804,7 @@ g_strdup
|
||||
g_strndup
|
||||
g_strdupv
|
||||
g_strnfill
|
||||
g_stpcpy
|
||||
|
||||
<SUBSECTION>
|
||||
g_strlcpy
|
||||
|
@@ -66,7 +66,6 @@ only one statement is expected by the compiler.
|
||||
Portable way to copy <type>va_list</type> variables.
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
|
||||
@ap2: a <type>va_list</type>.
|
||||
|
||||
|
@@ -59,6 +59,16 @@ The returned string should be freed when no longer needed.
|
||||
@Returns: a newly-allocated string filled the @fill_char.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_stpcpy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dest:
|
||||
@src:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strlcpy ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user