summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r--girepository/girepository.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h
index 3934ab31..8dfcca2c 100644
--- a/girepository/girepository.h
+++ b/girepository/girepository.h
@@ -159,6 +159,12 @@ GI_AVAILABLE_IN_ALL
GIBaseInfo * g_irepository_find_by_gtype (GIRepository *repository,
GType gtype);
+GI_AVAILABLE_IN_1_60
+void g_irepository_get_object_gtype_interfaces (GIRepository *repository,
+ GType gtype,
+ guint *n_interfaces_out,
+ GIInterfaceInfo **interfaces_out);
+
GI_AVAILABLE_IN_ALL
gint g_irepository_get_n_infos (GIRepository *repository,
const gchar *namespace_);