Initializing libcheese-gtk

Initializing libcheese-gtk — Initialize libcheese-gtk

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <cheese/cheese-gtk.h>

gboolean            cheese_gtk_init                     (int *argc,
                                                         char ***argv);

Description

Call cheese_gtk_init() to initialize libcheese-gtk.

Details

cheese_gtk_init ()

gboolean            cheese_gtk_init                     (int *argc,
                                                         char ***argv);

Initialize libcheese-gtk, by initializing Clutter, GStreamer and GTK+. This automatically calls cheese_init(), initializing libcheese.

argc :

pointer to the argument list count

argv :

pointer to the argument list vector

Returns :

TRUE if the initialization was successful, FALSE otherwise