diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-10 14:41:17 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-10 14:48:22 +0200 |
commit | 4ed2f157487aeac0d3b9e058af3673849cf44a0f (patch) | |
tree | 7540c4b437360ae859f937c6361ada8cef763d46 /README | |
parent | 70304435230876d30b54df52a6de242e862c9350 (diff) |
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-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |