![]() |
![]() |
![]() |
Libral, the Rubrica Library Reference Manual | ![]() |
---|---|---|---|---|
gboolean r_lib_init (void); void r_lib_admit (gpointer abook); gboolean r_lib_is_running (void); gpointer r_lib_get_manager (void); gpointer r_lib_get_group_box (void); gpointer r_lib_get_timeout (void); GList* r_lib_get_addressbooks (void); gpointer r_lib_get_nth_addressbook (gint n); gchar* r_lib_get_release (void); gchar* r_lib_get_code_name (void); gchar* r_lib_get_info (void); gchar* r_lib_get_ral_info (void);
void r_lib_admit (gpointer abook);
admit a new addressbook (a RAbook) to the list of active addressbooks User should not use this function. It is called during RAbook's object initialization.
abook : |
a gpointer |
gpointer r_lib_get_manager (void);
Get the plugin manager, a RPluginManager
Returns : | a gpointer |
GList* r_lib_get_addressbooks (void);
Get the list of the opened addressbooks
Returns : | a GList of RAbooks |
gpointer r_lib_get_nth_addressbook (gint n);
Get the nth of the opened addressbooks
n : |
|
Returns : | a gpointer (RAbook) |
gchar* r_lib_get_code_name (void);
Get the libral release code name
Returns : | a gchar* |
gchar* r_lib_get_ral_info (void);
Get the libral release infos
Returns : | a gchar* |