Updated README.md with examples link

This commit is contained in:
Gergely Polonkai 2013-09-27 04:05:50 +02:00
parent 2dbbd428c1
commit c5d8ee49eb
1 changed files with 4 additions and 0 deletions

View File

@ -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.