set_named_struct


Description:

[ CCode ( cname = "xfconf_channel_set_named_struct" ) ]
public bool set_named_struct (string property, string struct_name, void* value_struct)

Sets a property on this using the members of value_struct as the array of values.

The struct_name parameter is the same name that must have been used to register the struct's layout with named_struct_register.

Parameters:

this

An Channel.

property

A string property name.

struct_name

A string struct name.

value_struct

A pointer to a struct.

Returns:

true if the property was set successfully, false otherwise.