~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-array.c

  • Committer: André Auzi
  • Date: 2013-08-05 19:52:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6406.
  • Revision ID: aauzi@free.fr-20130805195252-89hqx89j37gl7v61
Derive MidoriBookmarksDb from KatzeArray in order to implement update-item signal
Implements, partially, signal redirection to parent KatzeArray after database operations.
On update-item signal, both bookmarkbar and bookmarks panel update themself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
986
986
    return FALSE;
987
987
}
988
988
 
989
 
static void
 
989
/**
 
990
 * katze_item_set_value_from_columne:
 
991
 * @stmt: prepared statement
 
992
 * @column: column to read
 
993
 * @item: #KatzeItem to populate
 
994
 *
 
995
 * Stores the column in the given #KatzeItem.
 
996
 *
 
997
 * Since: 0.2.7
 
998
 **/
 
999
void
990
1000
katze_item_set_value_from_column (sqlite3_stmt* stmt,
991
1001
                                  gint          column,
992
1002
                                  KatzeItem*    item)