From 56704ecef46db55ce45f7bdf278cf75bee7655a2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Oct 2000 18:59:36 +0000 Subject: Add another marshalling function. * gal/util/e-util.c (e_marshal_NONE__POINTER_POINTER_INT): Add another marshalling function. svn path=/trunk/; revision=6171 --- e-util/e-util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index ef331bf9d5..7f61295d9a 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -90,4 +90,9 @@ void e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_INT_INT (GtkObject * object gpointer func_data, GtkArg * args); +void e_marshal_NONE__POINTER_POINTER_INT (GtkObject * object, + GtkSignalFunc func, + gpointer func_data, + GtkArg * args); + #endif /* _E_UTIL_H_ */ -- cgit v1.2.3