When implementing the interface Glib.Action, the implementing class requires 
both a property enabled and a function get_enabled().The emitted C code 
encounters a conflict with both implemented:

TestAction.c:145:17: error: redefinition of 
‘working_test_action_real_get_enabled’
 static gboolean working_test_action_real_get_enabled (GAction* base) {
                 ^
TestAction.c:72:17: note: previous definition of 
‘working_test_action_real_get_enabled’ was here
 static gboolean working_test_action_real_get_enabled (GAction* base) {
                 ^
Similar errors exist for the other properties and functions.

Anyone have suggestions for a workaround?

Ed
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to