aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 374c41693a..bf89b27aa1 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -79,6 +79,8 @@ gchar *e_strstrcase (cons
const gchar *needle);
void e_filename_make_safe (gchar *string);
gchar *e_format_number (gint number);
+gchar *e_format_number_float (gfloat number);
+
gboolean e_create_directory (gchar *directory);
@@ -191,6 +193,11 @@ void e_marshal_INT__POINTER_POINTER_POINTER_POINTER (GtkO
gpointer func_data,
GtkArg *args);
+void e_marshal_NONE__POINTER_INT_INT_INT (GtkObject *object,
+ GtkSignalFunc func,
+ gpointer func_data,
+ GtkArg *args);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */