set_structv


Description:

[ 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.

Parameters:

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 n_members Type<!-- -->s.

Returns:

true if the property was set successfully, false oherwise.