summaryrefslogtreecommitdiffstats
path: root/src/uca-plugin-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Raise minimum GLib version to 2.38Matthias Vogelgesang2018-02-081-1/+3
* Add debug output of plugin module locationMatthias Vogelgesang2016-04-261-0/+1
* FIX: Symbol name exported by plugin is causing a recursive call in WindowsSai Sasidhar Maddali2016-03-151-1/+1
* Use platform check to find correct pluginMatthias Vogelgesang2016-02-101-0/+4
* Match plugin names correctlyMatthias Vogelgesang2015-08-131-2/+5
* Don't free parameters if passes as transfer-noneMatthias Vogelgesang2015-08-131-21/+10
* Fixed a crash when passing a 'NULL' parameter to get_camerahTimo Dritschler2015-01-231-1/+4
* Added new get_camerah (Get Camera Hash) interface to Pugin ManagerTimo Dritschler2014-12-101-0/+77
* 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
* Rename g_list_free_full to list_free_fullMatthias Vogelgesang2012-09-211-3/+3
* 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