Constructor
GtkBuildernew_from_resource
Declaration [src]
GtkBuilder*
gtk_builder_new_from_resource (
  const char* resource_path
)
Description [src]
Parses the UI definition at resource_path.
If there is an error locating the resource or parsing the description, then the program will be aborted.
Parameters
| resource_path | const char* | 
| A  | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GtkBuilder | 
| A  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |