Skip to content

gtkmodule: Extend GtkTemplate attribute

Lorenz Wildberg requested to merge lwildberg/vala:gtktemplate into main

Now also a "getter" function symbol as argument can be specified. This function must return GBytes containing the UI definition. a "file" argument must point to the UI file at compile time.

Merge request reports