[ CCode ( cname = "xfconf_channel_set_structv" ) ]
public bool set_structv (string property, void* value_struct, uint n_members, Type member_types)
Sets a property on this using the members of value_struct as a value array.
The member_types array should hold a Type for each member of the
struct.
| this |
An Channel. |
| property |
A string property name. |
| value_struct |
A pointer to a struct from which to take values. |
| n_members |
The number of data members in the struct. |
| member_types |
An array of |
|
true if the property was set successfully, false oherwise. |