Virtual Method
GtkBuildableget_internal_child
Declaration [src]
GObject*
get_internal_child (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  const char* childname
)
Parameters
| builder | GtkBuilder | 
| A  | |
| The data is owned by the caller of the function. | |
| childname | const char* | 
| Name of child. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GObject | 
| The internal child of the buildable object. | |
| The data is owned by the called function. |