mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Fix a few parameter name mismatches
This commit is contained in:
parent
b32f4ae7c4
commit
9d8682b9ac
@ -8052,12 +8052,12 @@ gtk_widget_override_symbolic_color (GtkWidget *widget,
|
||||
/**
|
||||
* gtk_widget_override_cursor:
|
||||
* @widget: a #GtkWidget
|
||||
* @primary: the color to use for primary cursor (does not need to be
|
||||
* allocated), or %NULL to undo the effect of previous calls to
|
||||
* of gtk_widget_override_cursor().
|
||||
* @secondary: the color to use for secondary cursor (does not need to be
|
||||
* allocated), or %NULL to undo the effect of previous calls to
|
||||
* of gtk_widget_override_cursor().
|
||||
* @cursor: the color to use for primary cursor (does not need to be
|
||||
* allocated), or %NULL to undo the effect of previous calls to
|
||||
* of gtk_widget_override_cursor().
|
||||
* @secondary_cursor: the color to use for secondary cursor (does not
|
||||
* need to be allocated), or %NULL to undo the effect of previous
|
||||
* calls to of gtk_widget_override_cursor().
|
||||
*
|
||||
* Sets the cursor color to use in a widget, overriding the
|
||||
* #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color
|
||||
@ -8068,7 +8068,7 @@ gtk_widget_override_symbolic_color (GtkWidget *widget,
|
||||
* so the alpha value in @primary and @secondary will be ignored.
|
||||
*
|
||||
* Since: 3.0
|
||||
**/
|
||||
*/
|
||||
void
|
||||
gtk_widget_override_cursor (GtkWidget *widget,
|
||||
const GdkRGBA *cursor,
|
||||
@ -11975,8 +11975,6 @@ gtk_widget_get_hexpand_set (GtkWidget *widget)
|
||||
*
|
||||
* There are few reasons to use this function, but it's here
|
||||
* for completeness and consistency.
|
||||
*
|
||||
* Return value: whether hexpand has been explicitly set
|
||||
*/
|
||||
void
|
||||
gtk_widget_set_hexpand_set (GtkWidget *widget,
|
||||
@ -12054,8 +12052,6 @@ gtk_widget_get_vexpand_set (GtkWidget *widget)
|
||||
* be used.
|
||||
*
|
||||
* See gtk_widget_set_hexpand_set() for more detail.
|
||||
*
|
||||
* Return value: whether vexpand has been explicitly set
|
||||
*/
|
||||
void
|
||||
gtk_widget_set_vexpand_set (GtkWidget *widget,
|
||||
|
Loading…
Reference in New Issue
Block a user