mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
we need signal.h for G_BREAKPOINT().
Mon Nov 5 18:59:08 2001 Tim Janik <timj@gtk.org> * gobject.h: * gsignal.h: we need signal.h for G_BREAKPOINT().
This commit is contained in:
parent
ff6174aedd
commit
ca8f047a45
@ -1,3 +1,8 @@
|
||||
Mon Nov 5 18:59:08 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gobject.h:
|
||||
* gsignal.h: we need signal.h for G_BREAKPOINT().
|
||||
|
||||
Sun Nov 4 14:01:23 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gvaluetypes.[ch]: Add a function g_pointer_type_register_static()
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <gobject/gparam.h>
|
||||
#include <gobject/gclosure.h>
|
||||
#include <gobject/gsignal.h>
|
||||
#include <signal.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <gobject/gvalue.h>
|
||||
#include <gobject/gparam.h>
|
||||
#include <gobject/gmarshal.h>
|
||||
#include <signal.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user