From c5d8ee49eb17959ac37707975834912c6c01626e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 27 Sep 2013 04:05:50 +0200 Subject: [PATCH] Updated README.md with examples link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6c6ebe7..ea31a5e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The project utilizes [GTK-Doc](http://www.gtk.org/gtk-doc/), requiring version 1 Still, the documentation generates well, and at least gives a clue about object usage. +## Bindings + +SWE-GLib utilizes [GObject Introspection](https://wiki.gnome.org/GObjectIntrospection), which means it is available for many languages. Check out the [examples](examples) directory for some sample code! + ## Usage Many functions return non-opaque C structs; their documentation can be found inline, and in the generated GTK-Doc. Unless otherwise stated, the returned values should never be freed.