ShortcutTheme.getParentName

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).

class ShortcutTheme
string
getParentName
(
)

Return Value

Type: string

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

Meta