rlib

rlib

Synopsis




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);

Description

Details

r_lib_init ()

gboolean            r_lib_init                          (void);

initialize the libral library

Returns :

TRUE if libral was successfully initialized, FALSE otherwise

r_lib_admit ()

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

r_lib_is_running ()

gboolean            r_lib_is_running                    (void);

Check if libral is running

Returns :

TRUE if libral is running, FALSE otherwise

r_lib_get_manager ()

gpointer            r_lib_get_manager                   (void);

Get the plugin manager, a RPluginManager

Returns :

a gpointer

r_lib_get_group_box ()

gpointer            r_lib_get_group_box                 (void);

Returns :


r_lib_get_timeout ()

gpointer            r_lib_get_timeout                   (void);

Returns :


r_lib_get_addressbooks ()

GList*              r_lib_get_addressbooks              (void);

Get the list of the opened addressbooks

Returns :

a GList of RAbooks

r_lib_get_nth_addressbook ()

gpointer            r_lib_get_nth_addressbook           (gint n);

Get the nth of the opened addressbooks

n :

Returns :

a gpointer (RAbook)

r_lib_get_release ()

gchar*              r_lib_get_release                   (void);

Get the libral release

Returns :

a gchar*

r_lib_get_code_name ()

gchar*              r_lib_get_code_name                 (void);

Get the libral release code name

Returns :

a gchar*

r_lib_get_info ()

gchar*              r_lib_get_info                      (void);

Returns :


r_lib_get_ral_info ()

gchar*              r_lib_get_ral_info                  (void);

Get the libral release infos

Returns :

a gchar*