summaryrefslogtreecommitdiff
path: root/libcheese/cheese-gtk.symbols
AgeCommit message (Collapse)AuthorFilesLines
2012-01-21Add init functions to libcheese and libcheese-gtkDavid King1-0/+1
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.
2011-01-31Creating libcheese, instalable non-gtk libLuciana Fujii Pontello1-0/+3
Cheese-flash is now part of libcheese-gtk, since it depends on gtk and we want libcheese to not depend on it. Libcheesecommon is now called simply Libcheese and it's installed, it's the main cheese lib which can be used to set the pipeline, take_photos and record video.
2010-11-15port cheese to gsettingsdaniel g. siegel1-2/+0
this commit drops gconf entirely from cheese and uses gsettings. glib and gio dependency was bumped to 2.26.0
2010-02-21widget: turn the widget into a basic state machineFilippo Argiolas1-0/+3
Get rid of "ready" and "error" signals and use a "state" property to keep track of the current widget state (none, ready, error). Users can now connect to the notify::state signal to get notified about state changes. If an error occurred (i.e. the widget is in the error state) users can call cheese_widget_get_error() to get a GError containing more details about what went wrong.
2010-02-02Cleanup debug category initBastien Nocera1-0/+1
And fix run-time warning with GStreamer debugging enabled.
2010-02-01Export cheese_video_format_get_typeFilippo Argiolas1-0/+1
Fix a crasher with my netbook. This is starting to get boring, I feel there's something wrong with this exporting thing, why do I have to export those symbols if I'm linking to libcheese-common that exports everything?
2010-02-01Port CheeseWindow to use CheeseWidget from libcheese-gtkFilippo Argiolas1-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=603610
2010-01-21Export CheeseCameraDeviceMonitorBastien Nocera1-0/+3
So that apps can monitor devices, and make some menu entries unsensitive if necessary.
2010-01-14Fix GObject warnings in the accounts-dialogBastien Nocera1-0/+1
Which has its own copy of UmCropArea.
2010-01-12Add API docs through gtk-doc for libcheese-gtkBastien Nocera1-1/+0
2010-01-12Export libcheese-gtk as a shared libraryBastien Nocera1-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=606734