#ifndef __FLASHCARDSAPPWIN_H #define __FLASHCARDSAPPWIN_H #include #include #include "flashcardsapp.h" #define FLASHCARDS_APP_WINDOW_TYPE (flashcards_app_window_get_type()) G_DECLARE_FINAL_TYPE(FlashcardsAppWindow, flashcards_app_window, FLASHCARDS, APP_WINDOW, AdwApplicationWindow) FlashcardsAppWindow *flashcards_app_window_new(FlashcardsApp *app); void flashcards_app_window_test(FlashcardsAppWindow *win, const gchar *test); #endif /* __FLASHCARDSAPPWIN_H */