mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Fix a couple of broken annotations
This commit is contained in:
parent
76d7331578
commit
8736d31a04
@ -557,7 +557,7 @@ gtk_scale_button_dispose (GObject *object)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_scale_button_new:
|
* gtk_scale_button_new:
|
||||||
* @size: (int): a stock icon size
|
* @size: (type int): a stock icon size
|
||||||
* @min: the minimum value of the scale (usually 0)
|
* @min: the minimum value of the scale (usually 0)
|
||||||
* @max: the maximum value of the scale (usually 100)
|
* @max: the maximum value of the scale (usually 100)
|
||||||
* @step: the stepping of value when a scroll-wheel event,
|
* @step: the stepping of value when a scroll-wheel event,
|
||||||
|
@ -1365,7 +1365,7 @@ gtk_style_real_set_background (GtkStyle *style,
|
|||||||
* @source: the #GtkIconSource specifying the icon to render
|
* @source: the #GtkIconSource specifying the icon to render
|
||||||
* @direction: a text direction
|
* @direction: a text direction
|
||||||
* @state: a state
|
* @state: a state
|
||||||
* @size: (type int) the size to render the icon at. A size of
|
* @size: (type int): the size to render the icon at. A size of
|
||||||
* (GtkIconSize)-1 means render at the size of the source and
|
* (GtkIconSize)-1 means render at the size of the source and
|
||||||
* don't scale.
|
* don't scale.
|
||||||
* @widget: (allow-none): the widget
|
* @widget: (allow-none): the widget
|
||||||
|
@ -7805,7 +7805,7 @@ gtk_widget_create_pango_layout (GtkWidget *widget,
|
|||||||
* gtk_widget_render_icon:
|
* gtk_widget_render_icon:
|
||||||
* @widget: a #GtkWidget
|
* @widget: a #GtkWidget
|
||||||
* @stock_id: a stock ID
|
* @stock_id: a stock ID
|
||||||
* @size: (type int) a stock size. A size of (GtkIconSize)-1 means
|
* @size: (type int): a stock size. A size of (GtkIconSize)-1 means
|
||||||
* render at the size of the source and don't scale (if there are
|
* render at the size of the source and don't scale (if there are
|
||||||
* multiple source sizes, GTK+ picks one of the available sizes).
|
* multiple source sizes, GTK+ picks one of the available sizes).
|
||||||
* @detail: (allow-none): render detail to pass to theme engine
|
* @detail: (allow-none): render detail to pass to theme engine
|
||||||
|
Loading…
Reference in New Issue
Block a user