Method

PanelSaveDelegateset_title

Declaration [src]

void
panel_save_delegate_set_title (
  PanelSaveDelegate* self,
  const char* title
)

Description [src]

Sets the title for the save delegate. Pass NULL to unset.

Parameters

title

Type: const char*

The title or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.