Virtual Method
GtkBuildablecustom_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 |
|
The data is owned by the caller of the function. | |
child |
GObject |
Child object or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
tagname |
const char* |
Name of tag. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
parser |
GtkBuildableParser |
A |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
data |
gpointer* |
Return location for user data that will be passed in to parser functions. |
|
The argument will be set by the function. |