Top | ![]() |
![]() |
![]() |
![]() |
|
midori_array_from_file () |
|
midori_array_to_file () |
|
katze_item_set_value_from_column () |
|
katze_array_from_statement () |
|
katze_array_from_sqlite () |
gboolean midori_array_from_file (,
KatzeArray *arrayconst
,gchar *filenameconst
,gchar *format);
GError **error
Loads the contents of a file in the specified format.
Since 0.2.2 format
can be NULL
array |
a |
|
filename |
a filename to load from |
|
format |
"xbel", "opera", or |
|
error |
a |
Since 0.1.6
gboolean midori_array_to_file (,
KatzeArray *arrayconst
,gchar *filenameconst
,gchar *format);
GError **error
Saves the contents to a file in the specified format.
array |
a |
|
filename |
a filename to load from |
|
format |
the desired format |
|
error |
a |
Since 0.1.6
void katze_item_set_value_from_column (,
sqlite3_stmt *stmt,
gint column);
KatzeItem *item