[ CCode ( cname = "xfconf_channel_get_named_struct" ) ]
public bool get_named_struct (string property, string struct_name, void* value_struct)
Gets a property from this and fills in value_struct using the retrieved values.
The struct_name parameter is the same name that must have been used to register the struct's layout with
named_struct_register.
| this |
An Channel. |
| property |
A string property name. |
| struct_name |
A string struct name. |
| value_struct |
A pointer to a struct. |
|
true if the property was retrieved successfully, false otherwise. |