]> Pileus Git - ~andy/gtk/commitdiff
Go back to using the image/* example
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 03:42:14 +0000 (22:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 Jan 2011 03:42:14 +0000 (22:42 -0500)
gtk/gtkfilefilter.c

index 3845956206bc82f9dd3827fd451bdf36b3ce0f64..5754979f7fe260c51d82a357caa1119f5af98eed 100644 (file)
@@ -33,7 +33,7 @@
  * types; e.g. a filter for text/plain also matches a file with mime
  * type application/rtf, since application/rtf is a subclass of
  * text/plain. Note that #GtkFileFilter allows wildcards for the
- * subtype of a mime type, so you can e.g. filter for image/<!---->*.
+ * subtype of a mime type, so you can e.g. filter for image/&ast;.
  *
  * Normally, filters are used by adding them to a #GtkFileChooser,
  * see gtk_file_chooser_add_filter(), but it is also possible
@@ -54,7 +54,7 @@
  * <object class="GtkFileFilter">
  *   <mime-types>
  *     <mime-type>text/plain</mime-type>
- *     <mime-type>image/png</mime-type>
+ *     <mime-type>image/&ast;</mime-type>
  *   </mime-types>
  *   <patterns>
  *     <pattern>*.txt</pattern>