diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-23 04:14:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-23 04:14:17 +0800 |
commit | cfe53117d6bb12b2983d756c802c02de62d59440 (patch) | |
tree | 7c25431ce7f291e9ce1b43e06beaaef59639e39b /e-util/e-util.h | |
parent | dd8b13b391d7a3552f878bf86b05e95c608bc02b (diff) | |
download | gsoc2013-evolution-cfe53117d6bb12b2983d756c802c02de62d59440.tar.gz gsoc2013-evolution-cfe53117d6bb12b2983d756c802c02de62d59440.tar.zst gsoc2013-evolution-cfe53117d6bb12b2983d756c802c02de62d59440.zip |
Yet Another Stupid Marshaller.
* gal/util/e-util.c (e_marshal_NONE__POINTER_POINTER_POINTER_POINTER): New.
svn path=/trunk/; revision=15423
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 8ceeef0fa3..623300f8a1 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -241,6 +241,10 @@ void e_marshal_NONE__INT_POINTER_INT_POINTER (GtkO GtkSignalFunc func, gpointer func_data, GtkArg *args); +void e_marshal_NONE__POINTER_POINTER_POINTER_POINTER (GtkObject *object, + GtkSignalFunc func, + gpointer func_data, + GtkArg *args); void e_marshal_INT__POINTER_POINTER (GtkObject *object, GtkSignalFunc func, gpointer func_data, |