Method
BisAlbuminsert_child_after
Declaration [src]
BisAlbumPage*
bis_album_insert_child_after (
BisAlbum* self,
GtkWidget* child,
GtkWidget* sibling
)
Description [src]
Inserts child
in the position after sibling
in the list of children.
If sibling
is NULL
, inserts child
at the first position.
Available since: | 1.0 |
Return value
Returns: | BisAlbumPage |
The |
|
The data is owned by the instance. |