summaryrefslogtreecommitdiff
path: root/gtk/gtkfilefilter.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-10-23 20:44:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-23 20:44:13 +0000
commit4200df5bdbf7d5cdb13764702e07a5acac6512e4 (patch)
treecc3661308508706ffff4ffacc21548765b0f3e22 /gtk/gtkfilefilter.c
parent6de190725cc94da2c5c03e4153ea4d22ed80fd5c (diff)
downloadgdk-pixbuf-4200df5bdbf7d5cdb13764702e07a5acac6512e4.tar.gz
Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. Add
Thu Oct 23 22:41:02 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. Add GtkFileChooser, GtkFileChooserDialog, GtkFileChooseWidget and GtkFileFilter. * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
Diffstat (limited to 'gtk/gtkfilefilter.c')
-rw-r--r--gtk/gtkfilefilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c
index 9f9c22396..bd47bd788 100644
--- a/gtk/gtkfilefilter.c
+++ b/gtk/gtkfilefilter.c
@@ -152,7 +152,7 @@ gtk_file_filter_finalize (GObject *object)
* <informalexample><programlisting>
* GtkFileFilter *filter = gtk_file_filter_new ();
* gtk_file_filter_add_pattern (filter, "*");
- * </programlisting></programlisting>
+ * </programlisting></informalexample>
*
* Return value: a new #GtkFileFilter
**/