mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
gtksettings: Add gtk-doc to silent an annotation warning
This commit is contained in:
parent
766e1d35da
commit
030b5ebf3e
@ -1828,6 +1828,11 @@ gtk_settings_install_property (GParamSpec *pspec)
|
|||||||
settings_install_property_parser (klass, pspec, parser);
|
settings_install_property_parser (klass, pspec, parser);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gtk_settings_install_property_parser:
|
||||||
|
* @psepc:
|
||||||
|
* @parser: (scope call):
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
gtk_settings_install_property_parser (GParamSpec *pspec,
|
gtk_settings_install_property_parser (GParamSpec *pspec,
|
||||||
GtkRcPropertyParser parser)
|
GtkRcPropertyParser parser)
|
||||||
|
Loading…
Reference in New Issue
Block a user