Port to GTK4, start implementation of Local Music view, Artist and Album Views.
This commit is contained in:
parent
8948a8ec9f
commit
588a68b2cc
28 changed files with 1103 additions and 270 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <gtk-3.0/gtk/gtk.h>
|
||||
#include <gtk-4.0/gtk/gtk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -27,4 +27,5 @@ G_DECLARE_FINAL_TYPE (KotoWindow, koto_window, KOTO, WINDOW, GtkApplicationWindo
|
|||
|
||||
G_END_DECLS
|
||||
|
||||
void create_new_headerbar(KotoWindow *self);
|
||||
void load_library(KotoWindow *self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue