[gtkmm/gtkmm-3-24] Gtk::FileFilter: Don't use /* in a comment starting with /*



commit d8d38529e6fe4c93353147248f5644524544fe02
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Jan 8 12:45:32 2019 +0100

    Gtk::FileFilter: Don't use /* in a comment starting with /*
    
    Compilation error: "/*" within comment [-Werror=comment]

 gtk/src/filefilter.hg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/src/filefilter.hg b/gtk/src/filefilter.hg
index bce3c69f..c78ac619 100644
--- a/gtk/src/filefilter.hg
+++ b/gtk/src/filefilter.hg
@@ -36,7 +36,7 @@ _WRAP_ENUM(FileFilterFlags, GtkFileFilterFlags)
  * e.g. a filter for <tt>text/plain</tt> also matches a file with MIME type
  * <tt>application/rtf</tt>, since <tt>application/rtf</tt> is a subclass of
  * <tt>text/plain</tt>. Note that Gtk::FileFilter allows wildcards for the
- * subtype of a MIME type, so you can e.g. filter for <tt>image/*</tt>.
+ * subtype of a MIME type, so you can e.g. filter for <tt>image/ *</tt>.
  *
  * Filters are used by adding them to a Gtk::FileChooser. See Gtk::FileChooser::add_filter().
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]