diff options
author | Timm Bäder <mail@baedert.org> | 2018-07-05 21:01:44 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-07-08 09:41:15 +0200 |
commit | af8fe182c85611b35b953ffd05d65f4bdf05cc3c (patch) | |
tree | 3230cd85215aa47cf76bb787df2226b71ba10a13 /gtk/gtknativedialog.c | |
parent | 731f0d4d0167bbfc725fa0f57aafb3cb693486e9 (diff) | |
download | gtk+-af8fe182c85611b35b953ffd05d65f4bdf05cc3c.tar.gz |
Fix a few documentation warnings
Diffstat (limited to 'gtk/gtknativedialog.c')
-rw-r--r-- | gtk/gtknativedialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c index 931e2a0c90..ffe783c99f 100644 --- a/gtk/gtknativedialog.c +++ b/gtk/gtknativedialog.c @@ -575,7 +575,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 **/ |