Method

HeViewadd_child

Declaration

void
he_view_add_child (
  HeView* self,
  GtkBuilder* builder,
  GObject* child,
  const gchar* type
)

Description [src]

Add a child to the welcome screen, should only be used in the context of a UI or Blueprint file. There should be no need to use this method in code..

Parameters

builder

Type: GtkBuilder

No description available.

The data is owned by the caller of the method.
child

Type: GObject

No description available.

The data is owned by the caller of the method.
type

Type: const gchar*

No description available.

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