![]() |
![]() |
![]() |
midori Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <midori/midori.h>gboolean midori_array_from_file (,
KatzeArray *arrayconst
,gchar *filenameconst
,gchar *format);
GError **errorgboolean midori_array_to_file (,
KatzeArray *arrayconst
,gchar *filenameconst
,gchar *format);
GError **errorvoid katze_item_set_value_from_column (,
sqlite3_stmt *stmt,
gint column);
KatzeItem *itemKatzeArray * katze_array_from_statement ();
sqlite3_stmt *stmtKatzeArray * katze_array_from_sqlite (,
sqlite3 *dbconst
);gchar *sqlcmd
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
|
a |
|
a filename to load from |
|
"xbel", "opera", or NULL |
|
a NULL |
Returns : |
TRUE FALSE |
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.
|
a |
|
a filename to load from |
|
the desired format |
|
a NULL |
Returns : |
TRUE FALSE |
Since 0.1.6
void katze_item_set_value_from_column (,
sqlite3_stmt *stmt,
gint column);
KatzeItem *item