Resolve some deprecation warnings

This commit is contained in:
matthiakl
2021-07-09 14:25:05 +02:00
parent 10722140f3
commit b5a6f05654
8 changed files with 74 additions and 74 deletions

View File

@@ -26,11 +26,11 @@ namespace Pamac {
class ProgressDialog : Gtk.ApplicationWindow {
[GtkChild]
public Gtk.Box box;
public unowned Gtk.Box box;
[GtkChild]
public Gtk.Button close_button;
public unowned Gtk.Button close_button;
[GtkChild]
public Gtk.Expander expander;
public unowned Gtk.Expander expander;
public ProgressDialog () {
Object ();