Files
ginput/src/ui/main-window.h

15 lines
313 B
C

#pragma once
#include <adwaita.h>
#include "device/device.h"
G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE(MainWindow, main_window, GINPUT, MAIN_WINDOW, AdwApplicationWindow)
MainWindow* main_window_new(AdwApplication* application);
void main_window_add_device_to_list(MainWindow* self, device_t* device);
G_END_DECLS