mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -176,6 +176,13 @@ g_subprocess_launcher_class_init (GSubprocessLauncherClass *class)
|
||||
gobject_class->set_property = g_subprocess_launcher_set_property;
|
||||
gobject_class->dispose = g_subprocess_launcher_dispose;
|
||||
|
||||
/**
|
||||
* GSubprocessLauncher:flags:
|
||||
*
|
||||
* [flags@Gio.SubprocessFlags] for launched processes.
|
||||
*
|
||||
* Since: 2.40
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, 1,
|
||||
g_param_spec_flags ("flags", "Flags", "GSubprocessFlags for launched processes",
|
||||
G_TYPE_SUBPROCESS_FLAGS, 0, G_PARAM_WRITABLE |
|
||||
|
Reference in New Issue
Block a user