in_puppet_get_author

Gets the author of a puppet.

version(IN_DYNLIB)
export extern (C) @nogc
const(char)*
in_puppet_get_author

Parameters

obj in_puppet_t*

The puppet object.

Return Value

Type: const(char)*

The author of the puppet.

Meta