diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-08 15:05:28 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-08 15:05:28 +0200 |
commit | 1568fc37538a70bb0309df98f2b8e7b6d0daa265 (patch) | |
tree | 65f19de0cbc7261d77db2f79c6f094527ccd6851 | |
parent | b3dbedeec78a55802565a3824ab52188e8b9bd4d (diff) | |
download | libuca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.tar.gz libuca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.tar.bz2 libuca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.tar.xz libuca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.zip |
Introspection has to be in the NEWS
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,6 +18,12 @@ looks in pre- and user-defined directories for DSOs that match The plugin manager adds a dependency on GModule (pkg-config package `gmodule-2.0`) that is part of GLib. +Minor changes +------------- + +- It is now possible to generate GObject introspection meta data to bind libuca + to all languages that support GObject introspection. + Changes in libuca 1.0 aka 0.6 ============================= @@ -34,7 +40,6 @@ instead of trying to initialize each camera first and having the user decide what to use, the user must now determine the used camera at compile time or use the factory pattern to delegate this to run-time. - Tango Wrapper ------------- |