Skip to content

Doc Correction Suggestions

Cam Cook requested to merge ccook/gtk:ccook/doc-changes into main

Correction Suggestions

method current suggestion
ListView/get_single_click_activate "(attributes org.gtk.Method.set_property=single-click-activate)" "(attributes org.gtk.Method.get_property=single-click-activate)"
ListBox "These rows can by dynamically sorted and filtered, and headers can be added dynamically depending on the row content." "These rows can be dynamically sorted and filtered, and headers can be added dynamically depending on the row content."
Notebook/get_scrollable "or.gtk.Method.get_property" "org.gtk.Method.get_property"
Overlay "will be placed a the bottom edge" "will be placed at the bottom edge"
Popover/get_offset "set with [method@Gtk.Popover.set_offset()]" "set with gtk_popover_set_offset()" [1]
  • [1] erroneous (), regretably introduced by one of my commits. As its the first setence, I've reverted it back to its plain text form

Could use a closer look (no action taken)

Merge request reports