summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 8992b7480..e1383547d 100644
--- a/README
+++ b/README
@@ -106,3 +106,17 @@ Our review procedure is described by:
<http://telepathy.freedesktop.org/wiki/Review%20Procedure>
Please follow <http://telepathy.freedesktop.org/wiki/Style>.
+
+GObject Introspection
+=====================
+
+telepathy-glib's high level API has experimental GObject-Introspection
+support.
+
+You can easily test it from the source directory by defining this environment
+variable:
+ GI_TYPELIB_PATH=`pwd`/telepathy-glib
+ export GI_TYPELIB_PATH
+
+In Python you can access the API using;
+ from gi.repository import TelepathyGLib