[Xfce-bugs] [Bug 16257] New: Cannot compile extension with latest glib (2.62.3)
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Dec 7 13:37:18 CET 2019
https://bugzilla.xfce.org/show_bug.cgi?id=16257
Bug ID: 16257
Summary: Cannot compile extension with latest glib (2.62.3)
Classification: Xfce Core
Product: Thunar
Version: git
Hardware: PC (x86_64)
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: Thunarx
Assignee: xfce-bugs at xfce.org
Reporter: althonosdev at gmail.com
Target Milestone: 1.8.10
Hi!
I've been developing and maintaining an extension for Thunar
(https://github.com/althonos/thunar-torrent-property), but I can't get it to
compile anymore with the newest glib.
The code won't compile because of a missing
`glib_autoptr_clear_ThunarxPropertyPage` function, which is needed when using
the `G_DECLARE_FINAL_TYPE` macro to subclass the `ThunarxPropertyPage` type.
>From what I've tracked, Thunarx code is missing
`G_DEFINE_AUTOPTR_CLEANUP_FUNC(ThunarxPropertyPage, g_object_unref)`.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list