summaryrefslogtreecommitdiff
path: root/girepository/gicallableinfo.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-04-09 15:41:39 -0300
committerJasper St. Pierre <jstpierre@mecheye.net>2012-08-20 15:01:59 -0400
commitd220bb74c25ce098fb3cb074bb03a0868032e89c (patch)
tree40ad0848b916c2f6c82e35a0aa2ace513ece15e6 /girepository/gicallableinfo.h
parenta908f28103bdbc3ca1c3035b9b447a1f0c1709a2 (diff)
downloadgobject-introspection-d220bb74c25ce098fb3cb074bb03a0868032e89c.tar.gz
gicallableinfo: Add two new convenience methods: is_method and can_throw_gerror
https://bugzilla.gnome.org/show_bug.cgi?id=673805
Diffstat (limited to 'girepository/gicallableinfo.h')
-rw-r--r--girepository/gicallableinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/gicallableinfo.h b/girepository/gicallableinfo.h
index 48c08c41..a7d7079a 100644
--- a/girepository/gicallableinfo.h
+++ b/girepository/gicallableinfo.h
@@ -37,6 +37,8 @@ G_BEGIN_DECLS
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_SIGNAL) || \
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_VFUNC))
+gboolean g_callable_info_is_method (GICallableInfo *info);
+gboolean g_callable_info_can_throw_gerror (GICallableInfo *info);
GITypeInfo * g_callable_info_get_return_type (GICallableInfo *info);
void g_callable_info_load_return_type (GICallableInfo *info,
GITypeInfo *type);