Skip to content

app: Split window & app, subclass GtkApplication

Christopher Davis requested to merge subclass-gtkapplication into master

This turns the App struct into a subclass of GtkApplication. In doing so, functions relevant for the app and functions relevant for the window have been split in two.

Merge request reports