get_structv


Description:

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

Parameters:

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

Returns:

true if the property was retrieved successfully, false oherwise.