RSSyl: Free GError from memory where necessary.
[claws.git] / src / plugins / rssyl / rssyl_gtk.h
1 #ifndef __RSSYL_GTK
2 #define __RSSYL_GTK
3
4 #include <gtk/gtk.h>
5
6 #include <folder.h>
7
8 #include "rssyl.h"
9
10 void rssyl_gtk_init(void);
11 void rssyl_gtk_done(void);
12
13 GtkWidget *rssyl_feed_removal_dialog(gchar *name, GtkWidget **rmcache_widget);
14
15 void rssyl_gtk_prop(RFolderItem *ritem);
16
17 #endif /* __RSSYL_GTK */