gtk: fix gi-docgen link type

constructors are supposed to use "ctor" as a link type, not new
This commit is contained in:
Bilal Elmoussaoui
2021-05-25 09:25:32 +00:00
parent cbd34cd239
commit 4728d7b70b

View File

@@ -953,7 +953,7 @@ gtk_dialog_add_buttons_valist (GtkDialog *dialog,
*
* This is the same as calling [method@Gtk.Dialog.add_button]
* repeatedly. The variable argument list should be %NULL-terminated
* as with [new@Gtk.Dialog.new_with_buttons]. Each button must have both
* as with [ctor@Gtk.Dialog.new_with_buttons]. Each button must have both
* text and response ID.
*/
void