Initializing libcheese-gtk
Initializing libcheese-gtk — Initialize libcheese-gtk
|
|
Stability Level
Unstable, unless otherwise indicated
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 |