Main
Main — Libary init functions.
Synopsis
#include <ff-main.h>
void ff_main_init (const gchar *app_name);
Description
Initialization functions.
Details
ff_main_init ()
void ff_main_init (const gchar *app_name);
This function initialize Fire Foot library.
It must be run once and before you start using Fire
Foot library.
app_name : | A string containing the application name.
|