+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
+Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org>
+
+ * gcompletion.h: removed #include <unistd.h> sneaked in by
+ sopwith in november.
+
2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gmain.c, gthread.c, gthread.h: Moved func and arg members from
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>.
#include <glist.h>
#include <stddef.h> /* For size_t */
-#ifdef G_OS_UNIX
-#include <unistd.h>
-#endif
G_BEGIN_DECLS
/* GCompletion
*/
-typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
+typedef gint (*GCompletionStrncmpFunc) (const gchar *s1,
+ const gchar *s2,
+ size_t n);
struct _GCompletion
{
#include <glist.h>
#include <stddef.h> /* For size_t */
-#ifdef G_OS_UNIX
-#include <unistd.h>
-#endif
G_BEGIN_DECLS
/* GCompletion
*/
-typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
+typedef gint (*GCompletionStrncmpFunc) (const gchar *s1,
+ const gchar *s2,
+ size_t n);
struct _GCompletion
{