Implement empty browser window
[projects/chimara/chimara.git] / player / browser.h
index 991267c86c33dd8aa936741563b4573158080fd0..588b4056aee450271edc496e1c49579fa7d2197b 100644 (file)
@@ -24,7 +24,7 @@ typedef struct _ChimaraBrowserClass {
 } ChimaraBrowserClass;
 
 GType chimara_browser_get_type(void) G_GNUC_CONST;
-ChimaraBrowser *chimara_browser_new(void);
+GtkWidget *chimara_browser_new(void);
 
 G_END_DECLS