added argument assertments.

Fri May 19 11:39:29 2000  Tim Janik  <timj@gtk.org>


        * gutils.c (g_snprintf):
        (g_vsnprintf): added argument assertments.

        * gstring.c (g_string_assign): added argument assertments.
        (g_string_truncate): make len a guint.
This commit is contained in:
Tim Janik
2000-05-19 10:01:08 +00:00
committed by Tim Janik
parent 1e5d06d4ce
commit 1fe02b28ad
14 changed files with 108 additions and 4 deletions

2
glib.h
View File

@@ -1864,7 +1864,7 @@ void g_string_free (GString *string,
GString* g_string_assign (GString *string,
const gchar *rval);
GString* g_string_truncate (GString *string,
gint len);
guint len);
GString* g_string_insert_len (GString *string,
gint pos,
const gchar *val,