summaryrefslogtreecommitdiffstats
path: root/src/uca-plugin-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Use g_list_free_full instead of list_free_fullMatthias Vogelgesang2014-04-071-9/+2
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-071-2/+10
|
* Add configured install path to plugin search pathMatthias Vogelgesang2014-02-121-4/+2
|
* Fix annotations and docstringsMatthias Vogelgesang2013-12-121-3/+3
|
* Provide an vararg-free constructor for bindingsMatthias Vogelgesang2013-03-141-37/+85
|
* Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-131-8/+19
|
* Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang2012-10-191-1/+5
|
* 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