Merge branch 'fix-gtk-nautilus-typo' into 'gtk-3-24'

[Gtk3] GtkNativeDialog: Fix a typo in the docs

See merge request GNOME/gtk!2930
This commit is contained in:
Matthias Clasen
2020-12-08 03:21:26 +00:00

View File

@@ -605,7 +605,7 @@ run_response_cb (GtkNativeDialog *self,
* modal dialog (it prevents the user from interacting with other
* windows in the same window group while the dialog is run), callbacks
* such as timeouts, IO channel watches, DND drops, etc, will
* be triggered during a gtk_nautilus_dialog_run() call.
* be triggered during a gtk_native_dialog_run() call.
*
* Returns: response ID
*