GNOME Bugzilla – Bug 782501
retro-gtk: Port to C
Last modified: 2017-10-10 17:33:42 UTC
C makes more sens for retro-gtk as it is a somewhat low level library dealing with many C symbols, hence we should port retro-gtk to C. We should ensure to keep producing a valid VAPI and to keep the library introspectable.
Created attachment 351605 [details] [review] Fix C code indentation and style This will help to make the style consistent as more C code will be added.
Comment on attachment 351605 [details] [review] Fix C code indentation and style Attachment 351605 [details] pushed as e3adfa4 - Fix C code indentation and style
Created attachment 359594 [details] [review] Port the variable interface to C Also tweak the API to make it simpler and drop the useless Variables interface.
Comment on attachment 359594 [details] [review] Port the variable interface to C Attachment 359594 [details] pushed as f9f7801 - Port the variable interface to C
Created attachment 361257 [details] [review] build: Drop Vala This completes the port of retro-gtk fromo Vala to C.
Attachment 361257 [details] pushed as c578c10 - build: Drop Vala