Use gchar, gint, gsize instead of char, int, size_t in the interface for
authorMatthias Clasen <maclas@gmx.de>
Tue, 29 Jul 2003 18:59:23 +0000 (18:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 29 Jul 2003 18:59:23 +0000 (18:59 +0000)
commitcf9779628e9b301efdf6dbafaf64774c28877ab4
tree8202c84ac5e276408ca23f504ecc3175127fd998
parent352c03fd393df99d30ab4a2817d2ceebe18a33e7
Use gchar, gint, gsize instead of char, int, size_t in the interface for

2003-07-29  Matthias Clasen  <maclas@gmx.de>

* glib/gqsort.[hc] (g_qsort_with_data):
* glib/gconvert.[hc] (g_filename_to_uri, g_filename_from_uri):
* glib/gfileutils.[hc] (g_mkstemp, g_file_open_tmp): Use gchar, gint, gsize instead of char, int, size_t
in the interface for consistency.  (#118567)
12 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gconvert.c
glib/gconvert.h
glib/gfileutils.c
glib/gfileutils.h
glib/gqsort.c
glib/gqsort.h