get_parent_name


Description:

public unowned string? get_parent_name ()

Gets the name of the parent shortcut theme.

This is used to resolve shortcuts from the parent theme without having to copy them directly into this shortcut theme. It allows for some level of copy-on-write (CoW).

Parameters:

this

a ShortcutTheme

Returns:

The name of the parent theme, or null if none is set.