From ef0da865b433ad3d24a73a0710c039649a48ff74 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 26 Oct 2001 22:19:33 +0000 Subject: Bump up to 0.15.99.5. * configure.in: Bump up to 0.15.99.5. * gal/util/e-util.c (e_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER): pass `args[4]' as the fourth argument instead of `args[3]' again. (e_marshal_INT__POINTER_POINTER_POINTER_BOOL): New. svn path=/trunk/; revision=14175 --- e-util/e-util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 974834386c..fb8a8944ce 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -252,6 +252,10 @@ void e_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER (GtkO GtkSignalFunc func, gpointer func_data, GtkArg *args); +void e_marshal_NONE__POINTER_POINTER_POINTER_BOOL (GtkObject *object, + GtkSignalFunc func, + gpointer func_data, + GtkArg *args); void e_marshal_NONE__POINTER_INT_INT_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, -- cgit v1.2.3