CheeseWidget

CheeseWidget

Synopsis

                    CheeseWidget;
GtkWidget *         cheese_widget_new                   (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkNotebook
                                 +----CheeseWidget

Implemented Interfaces

CheeseWidget implements AtkImplementorIface and GtkBuildable.

Signals

  "error"                                          : Run Last / Action
  "ready"                                          : Run Last / Action

Description

Details

CheeseWidget

typedef struct _CheeseWidget CheeseWidget;


cheese_widget_new ()

GtkWidget *         cheese_widget_new                   (void);

Returns a new CheeseWidget widget.

Returns :

a CheeseWidget widget.

Signal Details

The "error" signal

void                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 :

user data set when the signal handler was connected.

The "ready" signal

void                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 :

user data set when the signal handler was connected.