![]() |
![]() |
![]() |
gURLChecker Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void uc_bookmarks_delete_bad_links (GList *list
); gboolean uc_bookmarks_format_is_firefox (const gchar *file
); void uc_bookmarks_free (void
); UCBookmarksType uc_bookmarks_guess_type (const gchar *file
); gint uc_bookmarks_save_changes (void
); void uc_bookmarks_delete_link (UCLinkProperties *prop
); gboolean uc_bookmarks_format_is_xbel (const gchar *file
); void uc_bookmarks_begin_check (void
);
gboolean uc_bookmarks_format_is_firefox (const gchar *file
);
|
|
Returns : |
UCBookmarksType uc_bookmarks_guess_type (const gchar *file
);
|
|
Returns : |
gint uc_bookmarks_save_changes (void
);
Save bookmarks changes.
Returns : |
TRUE if the save must be done.
|
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)
|
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. |