Virtual Method
Gtk.Buildable.custom_tag_start
Declaration [src]
gboolean
custom_tag_start (
GtkBuildable* buildable,
GtkBuilder* builder,
GObject* child,
const char* tagname,
GtkBuildableParser* parser,
gpointer* data
)
Parameters
builder |
GtkBuilder |
a |
|
Ownership is not transferred to the callee | |
child |
GObject* |
child object or |
|
Can be NULL | |
Ownership is not transferred to the callee | |
tagname |
const char* |
name of tag |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string | |
parser |
GtkBuildableParser |
a |
|
Direction: out | |
Ownership is not transferred to the callee | |
data |
gpointer* |
return location for user data that will be passed in to parser functions |
|
Direction: out | |
Ownership of the data is transferred to the callee |