Skip to content

inspector: Show app ID and resource path in the General tab

Bastien Nocera requested to merge wip/hadess/app-id-inspector into gtk-3-24

This makes it easier to figure out those values (which are mentioned in the GtkApplication documentation) rather than working that out from the way they're generated (or documented as being generated).

-- I just realised that those are already available as properties of the GtkApplication subclassed object in the "global objects". Is it useful still?

Merge request reports