diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 06:19:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 06:19:33 +0800 |
commit | ef0da865b433ad3d24a73a0710c039649a48ff74 (patch) | |
tree | 5f027f8f6aae32e3c40a63dd1bdab161d8207de4 /e-util/e-util.h | |
parent | d2cc21d95e7a95e3cc19c9d0d0b9367deab358f1 (diff) | |
download | gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.tar gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.tar.gz gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.tar.bz2 gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.tar.lz gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.tar.xz gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.tar.zst gsoc2013-evolution-ef0da865b433ad3d24a73a0710c039649a48ff74.zip |
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
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 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, |