![]() |
![]() |
![]() |
gURLChecker Reference Manual | ![]() |
---|---|---|---|---|
gint 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);
gint uc_bookmarks_save_changes (void);
Save bookmarks changes.
Returns : |
void uc_bookmarks_delete_link (const guint32 id);
Remove a node on the treeview list. The removal is virtual (to_delete = TRUE)
|
id of the UCLinkProperties node to work with. |
gboolean uc_bookmarks_format_is_xbel (const gchar *file);
Check the format of a given XBEL file.
|
The file to check. |
Returns : |
TRUE if the given file is in XBEL format. |