Method

GtkBuildableparser_finished

since: 2.12

Declaration [src]

void
gtk_buildable_parser_finished (
  GtkBuildable* buildable,
  GtkBuilder* builder
)

Description [src]

Called when the builder finishes the parsing of a [GtkBuilder UI definition][BUILDER-UI]. Note that this will be called once for each time gtk_builder_add_from_file() or gtk_builder_add_from_string() is called on a builder.

Available since: 2.12

Parameters

builder

Type: GtkBuilder

A GtkBuilder.

The data is owned by the caller of the method.