bookmarks

bookmarks — Manage bookmarks work.

Synopsis




void        uc_bookmarks_save_changes       (void);
void        uc_bookmarks_delete_link        (const guint32 id);
gboolean    uc_bookmarks_format_is_xbel     (const gchar *file);
void        uc_bookmarks_begin_check        (void);

Description

Details

uc_bookmarks_save_changes ()

void        uc_bookmarks_save_changes       (void);

Save bookmarks changes.


uc_bookmarks_delete_link ()

void        uc_bookmarks_delete_link        (const guint32 id);

Remove a node on the treeview list. The removal is virtual (to_delete = TRUE)

id : id of the UCLinkProperties node to work with.

uc_bookmarks_format_is_xbel ()

gboolean    uc_bookmarks_format_is_xbel     (const gchar *file);

Check the format of a given XBEL file.

file : The file to check.
Returns : TRUE if the given file is in XBEL format.

uc_bookmarks_begin_check ()

void        uc_bookmarks_begin_check        (void);

Begin the bookmarks check.