[ Version ( since = "2.4" ) ]
public bool serialize_to_fd (int fd, void* data)
Serializes the object properties of this to the given file descriptor.
| this |
an object that implements [iface@ConfigInterface]. |
| fd |
a file descriptor, opened for writing |
| data |
user data passed to the serialize implementation. |
|
true if serialization succeeded, false otherwise. |