summaryrefslogtreecommitdiff
path: root/libcheese/cheese-gtk.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark cheese_[gtk_]init() arguments as allow-noneDavid King2013-06-301-2/+2
| | | | It is reasonable to pass NULL for argc and argv.
* Initialise X11 threading, bug 669845Gert Michael Kulyk2012-02-191-0/+8
|
* Add init functions to libcheese and libcheese-gtkDavid King2012-01-211-0/+59
Adding wrappers around clutter_gst_init() and clutter_gtk_init() reduces confusion for API users, as well as reducing link-time dependencies. Provides a clean fix for bug 668292 and bug 667884.