gatt-python icon indicating copy to clipboard operation
gatt-python copied to clipboard

Replace deprecated GObject by GLib

Open Ysoroko opened this issue 3 years ago • 0 comments

Using GObject.MainLoop method provokes a deprecation working during compilation: "GObject.MainLoop is deprecated; use GLib.MainLoop instead" Replacing GObject.MainLoop() by GLib.MainLoop() fixes the issue and works perfectly.

Ysoroko avatar Jun 23 '22 15:06 Ysoroko