~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-array.c

  • Committer: Tarmac
  • Author(s): André Auzi
  • Date: 2013-09-18 16:20:51 UTC
  • mfrom: (6319.3.4 fix-1179200-5)
  • Revision ID: tarmac-20130918162051-n73z21hwk1dju69u
Introduces KatzeArray::update-item to handle metadata changes

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)