| cheese Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkNotebook +----CheeseWidget
GtkWidget * cheese_widget_new (void);
Returns a new CheeseWidget widget.
Returns : |
a CheeseWidget widget. |
"error" signalvoid user_function (CheeseWidget *arg0, gchar *arg1, gpointer user_data) : Run Last / Action
error: The error message.
The ::error signal is emitted when the widget cannot access the camera.
|
user data set when the signal handler was connected. |
"ready" signalvoid user_function (CheeseWidget *arg0, gboolean arg1, gpointer user_data) : Run Last / Action
is_ready: Whether the camera is ready for use by the widget.
The ::ready signal is emitted when the camera is ready to be used by the widget and other applications.
|
user data set when the signal handler was connected. |