GtkNativeDialog: Fix a typo in the docs

This commit is contained in:
Phaedrus Leeds 2020-12-07 17:17:39 -08:00
parent bf315637e4
commit 59dfeaceff

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
*