mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
docs: Manually remove property annotations
We remove the annotations that did not match the regex of the previous commits.
This commit is contained in:
parent
ba32140671
commit
3afc760644
@ -6449,7 +6449,7 @@ gtk_notebook_set_scrollable (GtkNotebook *notebook,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_notebook_get_scrollable: (attributes or.gtk.Method.get_property=scrollable)
|
||||
* gtk_notebook_get_scrollable:
|
||||
* @notebook: a `GtkNotebook`
|
||||
*
|
||||
* Returns whether the tab label area has arrows for scrolling.
|
||||
|
@ -1915,7 +1915,7 @@ gtk_popover_class_init (GtkPopoverClass *klass)
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GtkPopover:default-widget: (attributes org.gtk.Popover.set=gtk_popover_set_default_widget)
|
||||
* GtkPopover:default-widget:
|
||||
*
|
||||
* The default widget inside the popover.
|
||||
*/
|
||||
|
@ -688,7 +688,7 @@ gtk_scale_class_init (GtkScaleClass *class)
|
||||
class->get_layout_offsets = gtk_scale_real_get_layout_offsets;
|
||||
|
||||
/**
|
||||
* GtkScale:digits: (attributes org.gtk.Method.get=gtk_scale_get_digits org.gtk.Method.set=gtk_scale_set_digits)
|
||||
* GtkScale:digits:
|
||||
*
|
||||
* The number of decimal places that are displayed in the value.
|
||||
*/
|
||||
@ -699,7 +699,7 @@ gtk_scale_class_init (GtkScaleClass *class)
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GtkScale:draw-value: (attributes org.gtk.Method.get=gtk_scale_get_draw_value org.gtk.Method.set=gtk_scale_set_draw_value)
|
||||
* GtkScale:draw-value:
|
||||
*
|
||||
* Whether the current value is displayed as a string next to the slider.
|
||||
*/
|
||||
@ -709,7 +709,7 @@ gtk_scale_class_init (GtkScaleClass *class)
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GtkScale:has-origin: (attributes org.gtk.Method.get=gtk_scale_get_has_origin org.gtk.Method.set=gtk_scale_set_has_origin)
|
||||
* GtkScale:has-origin:
|
||||
*
|
||||
* Whether the scale has an origin.
|
||||
*/
|
||||
@ -719,7 +719,7 @@ gtk_scale_class_init (GtkScaleClass *class)
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GtkScale:value-pos: (attributes org.gtk.Method.get=gtk_scale_get_value_pos org.gtk.Method.set=gtk_scale_set_value_pos)
|
||||
* GtkScale:value-pos:
|
||||
*
|
||||
* The position in which the current value is displayed.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user