Method

HandyViewSwitcherTitleset_title

Declaration [src]

void
hdy_view_switcher_title_set_title (
  HdyViewSwitcherTitle* self,
  const gchar* title
)

Description [src]

Sets the title of self.

Available since:1.0

Parameters

title const gchar*
 

A title.

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