Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate introspection files | Matthias Vogelgesang | 2012-10-08 | 1 | -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_full | Matthias Vogelgesang | 2012-09-21 | 1 | -3/+3 |
| | | | | This got really implemented with GLib 2.28, so the names clash. | ||||
* | Add docstrings | Matthias Vogelgesang | 2012-09-20 | 1 | -4/+29 |
| | |||||
* | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 1 | -93/+124 |
| | |||||
* | Add path from UCA_CAMERA_PATH environment variable | Matthias Vogelgesang | 2012-09-19 | 1 | -0/+9 |
| | |||||
* | Fix segfault | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+4 |
| | |||||
* | Initial plugin manager | Matthias Vogelgesang | 2012-09-19 | 1 | -0/+260 |