mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-04 15:51:13 +00:00
tools: fix ownership of devices listmodel
This commit is contained in:
parent
88df8b1780
commit
ed5b34769a
@ -35,8 +35,8 @@ main (int argc,
|
||||
g_autoptr(GOptionContext) context = g_option_context_new ("DBUS_ADDRESS - Connect to Qemu at DBUS_ADDRESS");
|
||||
g_autoptr(GDBusConnection) connection = NULL;
|
||||
g_autoptr(MksSession) session = NULL;
|
||||
g_autoptr(GListModel) devices = NULL;
|
||||
g_autoptr(GError) error = NULL;
|
||||
GListModel *devices = NULL;
|
||||
guint n_items;
|
||||
|
||||
setlocale (LC_ALL, "");
|
||||
|
Loading…
Reference in New Issue
Block a user