mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio: Add various missing property documentation comments
Previously these properties would have been documented using the strings from the pspec, but those will be removed in the following commit. Re-add the documentation using those strings, but as gi-docgen documentation comments. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #2991
This commit is contained in:
@@ -213,6 +213,13 @@ g_unix_fd_message_class_init (GUnixFDMessageClass *class)
|
||||
object_class->set_property = g_unix_fd_message_set_property;
|
||||
object_class->get_property = g_unix_fd_message_get_property;
|
||||
|
||||
/**
|
||||
* GUnixFDMessage:fd-list:
|
||||
*
|
||||
* The [class@Gio.UnixFDList] object to send with the message.
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
g_object_class_install_property (object_class, 1,
|
||||
g_param_spec_object ("fd-list", "file descriptor list",
|
||||
"The GUnixFDList object to send with the message",
|
||||
|
Reference in New Issue
Block a user