summaryrefslogtreecommitdiff
path: root/gio/gsimpleasyncresult.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2009-01-05 06:57:16 +0000
committerRyan Lortie <ryanl@src.gnome.org>2009-01-05 06:57:16 +0000
commit876f03f8074e4cb4d92b3a74bba465a0e07f2633 (patch)
treea045d9a1360cebc184291cf30ec1137bf42352a1 /gio/gsimpleasyncresult.h
parent0b1f4e5080c270f8845938fd83eee27628724a21 (diff)
downloadglib-876f03f8074e4cb4d92b3a74bba465a0e07f2633.tar.gz
Add g_simple_async_result_is_valid(). Implementation by Dan Winship.
2009-01-05 Ryan Lortie <desrt@desrt.ca> * gio.symbols: * ../docs/reference/gio/gio-sections.txt: * gsimpleasyncresult.h: * gsimpleasyncresult.c: Add g_simple_async_result_is_valid(). Implementation by Dan Winship. Closes #566170. svn path=/trunk/; revision=7766
Diffstat (limited to 'gio/gsimpleasyncresult.h')
-rw-r--r--gio/gsimpleasyncresult.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gsimpleasyncresult.h b/gio/gsimpleasyncresult.h
index 0d7ea7580..7259a9731 100644
--- a/gio/gsimpleasyncresult.h
+++ b/gio/gsimpleasyncresult.h
@@ -102,6 +102,9 @@ void g_simple_async_result_set_error_va (GSimpleAsyncResult
gint code,
const char *format,
va_list args);
+gboolean g_simple_async_result_is_valid (GAsyncResult *result,
+ GObject *source,
+ gpointer source_tag);
void g_simple_async_report_error_in_idle (GObject *object,
GAsyncReadyCallback callback,