Top | ![]() |
![]() |
![]() |
![]() |
|
midori_bookmarks_db_new () |
|
midori_bookmarks_db_on_quit () |
|
midori_bookmarks_db_add_item () |
|
midori_bookmarks_db_update_item () |
|
midori_bookmarks_db_remove_item () |
|
midori_bookmarks_db_import_array () |
|
midori_bookmarks_db_query_recursive () |
|
midori_bookmarks_db_count_recursive () |
|
midori_bookmarks_insert_item_db () |
MidoriBookmarksDb * midori_bookmarks_db_new ();
char **errmsg
Initializes the bookmark data base.
Since 0.5.2
void midori_bookmarks_db_on_quit ();
MidoriBookmarksDb *array
Delete the main bookmark array.
Since 0.5.2
void midori_bookmarks_db_add_item (,
MidoriBookmarksDb *bookmarks);
KatzeItem *item
Adds the item
in the bookmark data base.
Since 0.5.2
void midori_bookmarks_db_update_item (,
MidoriBookmarksDb *bookmarks);
KatzeItem *item
Updates the item
in the bookmark data base.
Since 0.5.2
void midori_bookmarks_db_remove_item (,
MidoriBookmarksDb *bookmarks);
KatzeItem *item
Removes the item
from the bookmark data base.
Since 0.5.2
void midori_bookmarks_db_import_array (,
MidoriBookmarksDb *bookmarks,
KatzeArray *array);
gint64 parentid
Imports the items of array
as childs of the folder
identfied by parentid
.
array |
the main bookmark array |
|
array |
||
parentid |
the id of folder |
Since 0.5.2
KatzeArray * midori_bookmarks_db_query_recursive (,
MidoriBookmarksDb *bookmarksconst
,gchar *fieldsconst
,gchar *conditionconst
,gchar *value);
gboolean recursive
Stores the result in a
array |
the main bookmark array |
|
fields |
comma separated list of fields |
|
condition |
condition, like "folder = ' |
|
value |
a value to be inserted if |
|
recursive |
if |
Since 0.5.2
gint64 midori_bookmarks_db_count_recursive (,
MidoriBookmarksDb *bookmarksconst
,gchar *conditionconst
,gchar *value,
KatzeItem *folder);
gboolean recursive
bookmarks |
the main bookmark array |
|
condition |
condition, like "folder = ' |
|
value |
a value to be inserted if |
|
recursive |
if |
Since 0.5.2