* add mug_msg_list_view_move_first, move to first item after running query

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-02 22:45:11 +02:00
parent 34b997ad3c
commit 6bfa535e6a
4 changed files with 30 additions and 5 deletions

View File

@ -56,6 +56,9 @@ GtkWidget* mug_msg_list_view_new (const char *xpath);
int mug_msg_list_view_query (MugMsgListView *self, const char *query);
void mug_msg_list_view_move_first (MugMsgListView *self);
gboolean mug_msg_list_view_move_prev (MugMsgListView *self);
gboolean mug_msg_list_view_move_next (MugMsgListView *self);