summaryrefslogtreecommitdiffstats
path: root/src/uca-plugin-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-091-3/+18
|
* Generate introspection filesMatthias Vogelgesang2012-10-081-7/+6
| | | | | | Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera().
* Rename g_list_free_full to list_free_fullMatthias Vogelgesang2012-09-211-3/+3
| | | | This got really implemented with GLib 2.28, so the names clash.
* Add docstringsMatthias Vogelgesang2012-09-201-4/+29
|
* Make most cameras pluginsMatthias Vogelgesang2012-09-191-93/+124
|
* Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang2012-09-191-0/+9
|
* Fix segfaultMatthias Vogelgesang2012-09-191-2/+4
|
* Initial plugin managerMatthias Vogelgesang2012-09-191-0/+260