get_application


Description:

[ Version ( since = "3.10" ) ]
public unowned Application? get_application ()

Gets the Application associated with the builder.

The Application is used for creating action proxies as requested from XML that the builder is loading.

By default, the builder uses the default application: the one from get_default. If you want to use another application for constructing proxies, use set_application.

Parameters:

this

a Builder

Returns:

the application being used by the builder, or null