bookmarks

bookmarks — Manage bookmarks work.

Functions

Description

Functions

uc_bookmarks_delete_bad_links ()

void
uc_bookmarks_delete_bad_links (GList *list);


uc_bookmarks_format_is_firefox ()

gboolean
uc_bookmarks_format_is_firefox (const gchar *file);

Returns


uc_bookmarks_free ()

void
uc_bookmarks_free (void);


uc_bookmarks_guess_type ()

UCBookmarksType
uc_bookmarks_guess_type (const gchar *file);

Returns


uc_bookmarks_save_changes ()

gint
uc_bookmarks_save_changes (void);

Save bookmarks changes.

Returns

TRUE if the save must be done.


uc_bookmarks_delete_link ()

void
uc_bookmarks_delete_link (UCLinkProperties *prop);

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

Parameters

prop

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.

Parameters

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.

Types and Values