summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 14:41:17 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 14:48:22 +0200
commit4ed2f157487aeac0d3b9e058af3673849cf44a0f (patch)
tree7540c4b437360ae859f937c6361ada8cef763d46 /README
parent70304435230876d30b54df52a6de242e862c9350 (diff)
downloadtelepathy-glib-4ed2f157487aeac0d3b9e058af3673849cf44a0f.tar.gz
README: document how to use GIR from source
I'm sure I'll always forget so best to document it properly.
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