Do not introspect gtk_color_button_get_rgba.

This method is deprecated so it gets in the way of the
implemented gtk_color_chooser_get_rgba.
This commit is contained in:
Ignacio Casal Quinteiro
2012-09-17 14:50:18 +02:00
parent 70384941fb
commit 50e5323e51

View File

@ -747,7 +747,7 @@ gtk_color_button_set_rgba (GtkColorButton *button,
}
/**
* gtk_color_button_get_rgba:
* gtk_color_button_get_rgba: (skip)
* @button: a #GtkColorButton
* @rgba: (out): a #GdkRGBA to fill in with the current color
*