diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-16 00:04:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-03-16 00:04:46 +0000 |
commit | baa73d2315c7ebb8dc4481668c3016c8a4273cd2 (patch) | |
tree | b4779b9b6d7e603dda1e0a6b6a0af061be6c4118 /gtk/gtkfilechooserwidget.c | |
parent | c397238109eb3abc855814cb07e931c73b530c5f (diff) | |
download | gtk+-baa73d2315c7ebb8dc4481668c3016c8a4273cd2.tar.gz |
Fix a typo in the docs.
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r-- | gtk/gtkfilechooserwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index f6e325c8ec..5d31821272 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -224,7 +224,7 @@ gtk_file_chooser_widget_new (GtkFileChooserAction action) } /** - * gtk_file_chooser_widget_new: + * gtk_file_chooser_widget_new_with_backend: * @action: Open or save mode for the widget * @backend: The name of the specific filesystem backend to use. * |