aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-util.c25
-rw-r--r--e-util/e-util.h4
2 files changed, 29 insertions, 0 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c
index d7770ac3fa..35412510d9 100644
--- a/e-util/e-util.c
+++ b/e-util/e-util.c
@@ -662,6 +662,31 @@ e_marshal_INT__POINTER_POINTER_POINTER_POINTER (GtkObject *object,
}
+typedef int (*GtkSignal_INT__POINTER_POINTER_POINTER_POINTER_POINTER) (GtkObject *,
+ gpointer, gpointer, gpointer, gpointer, gpointer,
+ gpointer user_data);
+void
+e_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER (GtkObject *object,
+ GtkSignalFunc func,
+ gpointer func_data,
+ GtkArg *args)
+{
+ GtkSignal_INT__POINTER_POINTER_POINTER_POINTER_POINTER rfunc;
+ int *return_val;
+
+ rfunc = (GtkSignal_INT__POINTER_POINTER_POINTER_POINTER_POINTER) func;
+ return_val = GTK_RETLOC_INT (args[4]);
+
+ *return_val = (*rfunc) (object,
+ GTK_VALUE_POINTER (args[0]),
+ GTK_VALUE_POINTER (args[1]),
+ GTK_VALUE_POINTER (args[2]),
+ GTK_VALUE_POINTER (args[3]),
+ GTK_VALUE_POINTER (args[3]),
+ func_data);
+}
+
+
void
e_marshal_NONE__POINTER_INT_INT_INT (GtkObject *object,
GtkSignalFunc func,
diff --git a/e-util/e-util.h b/e-util/e-util.h
index c131676fc6..3c78825628 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -187,6 +187,10 @@ void e_marshal_INT__POINTER_POINTER_POINTER_POINTER (GtkO
GtkSignalFunc func,
gpointer func_data,
GtkArg *args);
+void e_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER (GtkObject *object,
+ GtkSignalFunc func,
+ gpointer func_data,
+ GtkArg *args);
void e_marshal_NONE__POINTER_INT_INT_INT (GtkObject *object,
GtkSignalFunc func,
gpointer func_data,
0f78a00bed11384c7259f662e9352754275db'>Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-6/+4 * Cleanup plistbapt2014-10-201-3/+0 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * - Upgrade to 1.5;thierry2014-09-021-1/+1 * Chase the upgrade of net/mpich2.thierry2014-08-271-1/+1 * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-151-0/+2 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1 * - Stagify;thierry2014-05-112-37/+50 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-1/+1 * Convert cad to MDOCS and MEXAMPLESadamw2014-01-031-2/+2 * In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Mark jobs unsafebapt2013-07-121-6/+4 * - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)gahr2013-02-071-2/+2 * Upgrade to 5.1.12b.thierry2012-07-075-44/+77 * Chase the upgrade of MPICH2.thierry2011-02-262-2/+1 * Adding -fPIC to fix build of cad/salome.thierry2010-02-162-1/+14 * - Chase relocation of net/mpich2thierry2009-11-281-4/+3 * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1 * Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1 * Fix plist.thierry2008-09-022-83/+86 * Upgrade to 5.0.6.thierry2008-07-132-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Upgrade to 5.0.5.thierry2008-01-162-6/+6 * Upgrade to 5.0.4.thierry2007-12-242-5/+5 * Make fetchable again by upgrading to 5.0.3.thierry2007-10-272-5/+5 * Minor upgrade to 5.0.1.thierry2007-09-222-6/+6 * - Upgrade to Scotch-5.0thierry2007-08-113-13/+66 * The tarball has been rerolled to include our patches.thierry2006-02-064-34/+7