![]() |
![]() |
![]() |
Libral, the Rubrica Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
rlibrlib |
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);
gboolean r_lib_init (void);
initialize the libral library
Returns : |
TRUE if libral was successfully initialized, FALSE otherwise
|
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.
|
a gpointer |
gboolean r_lib_is_running (void);
Check if libral is running
Returns : |
TRUE if libral is running, FALSE otherwise
|
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
|
|
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* |