#ifndef __SSB_WINDOW_H__ # define __SSB_WINDOW_H__ # include # include # include "ssb-app.h" #define SSB_TYPE_WINDOW ssb_window_get_type() G_DECLARE_FINAL_TYPE(SsbWindow, ssb_window, SSB, WINDOW, GtkApplicationWindow) G_BEGIN_DECLS SsbWindow *ssb_window_new(SsbApp *app); G_END_DECLS #endif /* __SSB_WINDOW_H__ */