*** empty log message ***

This commit is contained in:
Owen Taylor
2001-03-26 18:35:34 +00:00
parent aa6cf573d9
commit b8d7add377
19 changed files with 219 additions and 30 deletions

View File

@@ -804,6 +804,7 @@ g_strdup
g_strndup
g_strdupv
g_strnfill
g_stpcpy
<SUBSECTION>
g_strlcpy

View File

@@ -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>.

View File

@@ -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>