serialize_to_fd


Description:

[ Version ( since = "2.4" ) ]
public bool serialize_to_fd (int fd, void* data)

Serializes the object properties of this to the given file descriptor.

Parameters:

this

an object that implements [iface@ConfigInterface].

fd

a file descriptor, opened for writing

data

user data passed to the serialize implementation.

Returns:

true if serialization succeeded, false otherwise.