diff options
author | Garrett Regier <garrettregier@gmail.com> | 2016-10-17 07:02:37 -0700 |
---|---|---|
committer | Garrett Regier <garrettregier@gmail.com> | 2016-10-17 07:07:20 -0700 |
commit | 7173df1dd1a8f45c47b75d30bfbfaa67f33d8e9b (patch) | |
tree | 6375aab5bf8fa83737109bf703caa0c0b2746594 /gtk/deprecated | |
parent | a0aa1d963a669b79c64201f5c10e14329b3db322 (diff) | |
download | gtk+-7173df1dd1a8f45c47b75d30bfbfaa67f33d8e9b.tar.gz |
gtk+: Fix GI warnings about missing parameters
These were removed for GTK+ 4.
Diffstat (limited to 'gtk/deprecated')
-rw-r--r-- | gtk/deprecated/gtksymboliccolor.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk/deprecated/gtksymboliccolor.c b/gtk/deprecated/gtksymboliccolor.c index 4190337763..c2b9d49b8d 100644 --- a/gtk/deprecated/gtksymboliccolor.c +++ b/gtk/deprecated/gtksymboliccolor.c @@ -270,18 +270,10 @@ gtk_symbolic_color_unref (GtkSymbolicColor *color) /** * gtk_symbolic_color_resolve: * @color: a #GtkSymbolicColor - * @props: (allow-none): #GtkStyleProperties to use when resolving - * named colors, or %NULL * @resolved_color: (out): return location for the resolved color * * If @color is resolvable, @resolved_color will be filled in - * with the resolved color, and %TRUE will be returned. Generally, - * if @color can’t be resolved, it is due to it being defined on - * top of a named color that doesn’t exist in @props. - * - * When @props is %NULL, resolving of named colors will fail, so if - * your @color is or references such a color, this function will - * return %FALSE. + * with the resolved color, and %TRUE will be returned. * * Returns: %TRUE if the color has been resolved * |