treewide: Replace libhandy with libadwaita
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <handy.h>
|
||||
#include <adwaita.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define CALLS_TYPE_ACCOUNT_OVERVIEW (calls_account_overview_get_type ())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (CallsAccountOverview, calls_account_overview, CALLS, ACCOUNT_OVERVIEW, HdyWindow)
|
||||
G_DECLARE_FINAL_TYPE (CallsAccountOverview, calls_account_overview, CALLS, ACCOUNT_OVERVIEW, AdwWindow)
|
||||
|
||||
CallsAccountOverview *calls_account_overview_new (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user