colobutton: skip set_rgba as it is already in the choosercolor interface

This commit is contained in:
Ignacio Casal Quinteiro 2012-09-20 12:50:27 +02:00
parent 324c74ad20
commit d39977878e

View File

@ -721,7 +721,7 @@ gtk_color_button_get_alpha (GtkColorButton *button)
}
/**
* gtk_color_button_set_rgba:
* gtk_color_button_set_rgba: (skip)
* @button: a #GtkColorButton
* @rgba: a #GdkRGBA to set the current color with
*