summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-03-16 00:04:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-03-16 00:04:46 +0000
commitbaa73d2315c7ebb8dc4481668c3016c8a4273cd2 (patch)
treeb4779b9b6d7e603dda1e0a6b6a0af061be6c4118 /gtk
parentc397238109eb3abc855814cb07e931c73b530c5f (diff)
downloadgdk-pixbuf-baa73d2315c7ebb8dc4481668c3016c8a4273cd2.tar.gz
Fix a typo in the docs.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkfilechooserwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index f6e325c8e..5d3182127 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.
*