aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-25 09:42:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-25 09:42:39 +0000
commit1ff05553158408570a7cd548fdcdf4ec7be07f5d (patch)
tree3667621c49e8ba4006ad3fd6e668292b3ffb83cb /libsylph/utils.h
parentcd87d5c742ab84c90e4338d46a23f17f9dbf9d2b (diff)
fixed the handling of GDK thread lock.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2258 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 3bbc42cb..5f21dc63 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -181,6 +181,7 @@ gint syl_link (const gchar *src,
}
typedef void (*UIUpdateFunc) (void);
+typedef void (*EventLoopFunc) (void);
typedef void (*ProgressFunc) (gint cur,
gint total);
typedef gchar * (*QueryPasswordFunc) (const gchar *server,
@@ -496,6 +497,9 @@ size_t my_strftime (gchar *s,
void set_ui_update_func (UIUpdateFunc func);
void ui_update (void);
+void set_event_loop_func (EventLoopFunc func);
+void event_loop_iterate (void);
+
void set_progress_func (ProgressFunc func);
void progress_show (gint cur,
gint total);