Method

PhoshHeadfind_mode_by_name

Declaration [src]

PhoshHeadMode*
phosh_head_find_mode_by_name (
  PhoshHead* self,
  const char* name
)

Description

No description available.
This method is not directly available to language bindings.

Parameters

name const char*
 

The name of a mode.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: PhoshHeadMode
 

The PhoshHeadMode if found, otherwise NULL.

 The data is owned by the instance.