gtksettings: Add gtk-doc to silent an annotation warning

This commit is contained in:
Johan Dahlin 2011-01-20 12:08:34 -02:00
parent 766e1d35da
commit 030b5ebf3e

View File

@ -1828,6 +1828,11 @@ gtk_settings_install_property (GParamSpec *pspec)
settings_install_property_parser (klass, pspec, parser);
}
/**
* gtk_settings_install_property_parser:
* @psepc:
* @parser: (scope call):
*/
void
gtk_settings_install_property_parser (GParamSpec *pspec,
GtkRcPropertyParser parser)