summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-06-28 17:05:12 +0000
committerTim Janik <timj@src.gnome.org>2001-06-28 17:05:12 +0000
commitfd860cb987e0bc77b8a69363576c01069b40244e (patch)
tree3f2181b7254e625ddba7675cd55be0b821acc97d /gobject/gobject.h
parent2fe3a9d75682e032f6e5ba9a8d7424a1c4a34c89 (diff)
up version number to 1.3.7, interface age 0, binary age 0.
Thu Jun 28 16:57:44 2001 Tim Janik <timj@gtk.org> * configure.in (GLIB_MICRO_VERSION): up version number to 1.3.7, interface age 0, binary age 0. Thu Jun 28 16:42:49 2001 Tim Janik <timj@gtk.org> * gsignal.c (g_signal_lookup): (g_signal_list_ids): give elaborate warnings about invalid types, non-instantiatable types and unloaded types that we can't operate on. * gparam.[hc]: g_param_spec_pool_belongings() -> g_param_spec_pool_list_owned(). * gsignal.[hc]: renamed: g_signal_newc -> g_signal_new g_signal_disconnect_by_func -> g_signal_handlers_disconnect_by_func g_signal_block_by_func -> g_signal_handlers_block_by_func g_signal_unblock_by_func -> g_signal_handlers_unblock_by_func added GConnectType to simplify (..gboolean swapped, gboolean after) args. * gobject.[hc]: changed prototypes accordingly.
Diffstat (limited to 'gobject/gobject.h')
-rw-r--r--gobject/gobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gobject.h b/gobject/gobject.h
index d46d5cefa..819190456 100644
--- a/gobject/gobject.h
+++ b/gobject/gobject.h
@@ -23,6 +23,7 @@
#include <gobject/gvalue.h>
#include <gobject/gparam.h>
#include <gobject/gclosure.h>
+#include <gobject/gsignal.h>
G_BEGIN_DECLS
@@ -184,8 +185,7 @@ guint g_signal_connect_object (gpointer instance,
const gchar *detailed_signal,
GCallback c_handler,
gpointer gobject,
- gboolean swapped,
- gboolean after);
+ GConnectFlags connect_flags);
/* --- implementation macros --- */