[ CCode ( cname = "xfconf_channel_get_structv" ) ]
public bool get_structv (string property, void* value_struct, uint n_members, Type member_types)
Gets a property on this and stores it as members of the value_struct struct.
The member_types array should hold a Type for each member of the
struct.
Note: Struct members can only be non-pointer types such as int, boolean, double, etc.
| this |
An Channel. |
| property |
A string property name. |
| value_struct |
A pointer to a struct in which to store values. |
| n_members |
The number of data members in the struct. |
| member_types |
An array of |
|
true if the property was retrieved successfully, false oherwise. |