gnome_db_list_get_row_count

Name

gnome_db_list_get_row_count —

Synopsis

gint gnome_db_list_get_row_count (GnomeDbList * dblist);

Arguments

dblist

GnomeDbList widget

Description

Returns number of rows actually loaded in the recordset. As the grid widget loads data asynchronously, you may call this function before all rows have been fetched from the database, in which case, it won't reflect the "real" number of rows returned in the recordset

Returns

number of rows in the recordset , or -1 on error