Add void in empty function arg list

2000-11-27  Havoc Pennington  <hp@redhat.com>

        * gthread.h: Add void in empty function arg list
This commit is contained in:
Havoc Pennington 2000-11-28 01:03:45 +00:00 committed by Havoc Pennington
parent dcce67b022
commit dd58473e07
10 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -1,3 +1,7 @@
2000-11-27 Havoc Pennington <hp@redhat.com>
* gthread.h: Add void in empty function arg list
2000-11-22 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in: Add gqsort.

View File

@ -204,7 +204,7 @@ GThread* g_thread_create (GThreadFunc thread_func,
gboolean bound,
GThreadPriority priority,
GError **error);
GThread* g_thread_self ();
GThread* g_thread_self (void);
void g_thread_join (GThread *thread);
void g_thread_set_priority (GThread *thread,
GThreadPriority priority);

View File

@ -204,7 +204,7 @@ GThread* g_thread_create (GThreadFunc thread_func,
gboolean bound,
GThreadPriority priority,
GError **error);
GThread* g_thread_self ();
GThread* g_thread_self (void);
void g_thread_join (GThread *thread);
void g_thread_set_priority (GThread *thread,
GThreadPriority priority);