Skip to content

Remove the "(constructor)" annotation on xfw_screen_get_default()

Apparently that's just for functions that create an instance of the specific class the function is associated with. In our case, XfwScreen is an abstract class and can't be instantiated.

At the very least the Vala compiler doesn't like this, and leaves out _get_default() entirely in its bindings.

Closes #25 (closed)

Merge request reports

Loading