summaryrefslogtreecommitdiff
path: root/src/uca-plugin-manager.c
AgeCommit message (Collapse)Author
2014-04-07Use g_list_free_full instead of list_free_fullMatthias Vogelgesang
2014-04-07Fix some minor memory leaksMatthias Vogelgesang
2014-02-12Add configured install path to plugin search pathMatthias Vogelgesang
2013-12-12Fix annotations and docstringsMatthias Vogelgesang
2013-03-14Provide an vararg-free constructor for bindingsMatthias Vogelgesang
2013-03-13Use GInitable to pass properties to pluginsMatthias Vogelgesang
2012-10-19Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-08Generate introspection filesMatthias Vogelgesang
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().
2012-09-21Rename g_list_free_full to list_free_fullMatthias Vogelgesang
This got really implemented with GLib 2.28, so the names clash.
2012-09-20Add docstringsMatthias Vogelgesang
2012-09-19Make most cameras pluginsMatthias Vogelgesang
2012-09-19Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang
2012-09-19Fix segfaultMatthias Vogelgesang
2012-09-19Initial plugin managerMatthias Vogelgesang