Method

BisAlbumset_visible_child_name

Declaration [src]

void
bis_album_set_visible_child_name (
  BisAlbum* self,
  const char* name
)

Description [src]

Makes the child with the name name visible.

See BisAlbum:visible-child.

Available since:1.0

Parameters

name const char*
 

The name of a child.

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