aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-misc-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-misc-utils.h')
-rw-r--r--e-util/e-misc-utils.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/e-util/e-misc-utils.h b/e-util/e-misc-utils.h
index f5b6c29bcd..33d8978a31 100644
--- a/e-util/e-misc-utils.h
+++ b/e-util/e-misc-utils.h
@@ -162,6 +162,20 @@ GSList * e_util_get_category_filter_options
(void);
GList * e_util_dup_searchable_categories (void);
+gboolean e_util_allow_auth_prompt_and_refresh_client_sync
+ (EClient *client,
+ GCancellable *cancellable,
+ GError **error);
+void e_util_allow_auth_prompt_and_refresh_client
+ (EClient *client,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean e_util_allow_auth_prompt_and_refresh_client_finish
+ (EClient *client,
+ GAsyncResult *result,
+ GError **error);
+
/* Useful GBinding transform functions */
gboolean e_binding_transform_color_to_string
(GBinding *binding,