| Evolution-Data-Server Manual: Graphical Utilities (libedataserverui) | ||||
|---|---|---|---|---|
EBook * e_load_book_source (ESource *source,EBookCallback open_func,gpointer user_data);
Creates a new source, and starts a non-blocking
open operation on it. If the book requires authorization, presents
a window asking the user for such.
When the operation finishes, calls the callback function indicating
if it succeeded or not. If you don't care, you can pass NULLopen_func, and no action will be taken on completion.
|
an |
|
a function to call when the operation finishes, or NULL |
|
data to pass to callback function |
Returns : |
A new |