* add mug_msg_view_set_text, so we can clear the msg when the list changes

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-02 22:17:58 +02:00
parent cf77cbc1d2
commit ad0825c367
2 changed files with 24 additions and 9 deletions

View File

@ -55,6 +55,7 @@ GType mug_msg_view_get_type (void) G_GNUC_CONST;
/* if this is a kind of GtkWidget, it should probably return at GtkWidget* */
GtkWidget* mug_msg_view_new (void);
gboolean mug_msg_view_set_msg (MugMsgView *self, const char* msgpath);
gboolean mug_msg_view_set_text (MugMsgView *self, const char* txt);
G_END_DECLS