* add shortcuts support to mug

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-13 15:18:01 +02:00
parent 3794182e05
commit 7e45c48a05
6 changed files with 276 additions and 5 deletions

View File

@ -40,6 +40,8 @@ GtkWidget* mug_query_bar_new (void);
void mug_query_bar_grab_focus (MugQueryBar *self);
void mug_query_bar_set_query (MugQueryBar *self, const char *query, gboolean run);
G_END_DECLS
#endif /* __MUG_QUERY_BAR_H__ */