Method

GeglNodeget_pad_label

Declaration [src]

const gchar*
gegl_node_get_pad_label (
  GeglNode* node,
  const gchar* pad_name
)

Description

No description available.

Parameters

pad_name

Type: const gchar*

The pad name we are looking for.

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

Return value

Type: const gchar*

The display label for pad_name.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.