mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Removed a trailing enum comma.
This commit is contained in:
parent
997835af83
commit
0583288dd9
@ -39,7 +39,7 @@ G_BEGIN_DECLS
|
||||
typedef enum {
|
||||
GTK_TEXT_SEARCH_VISIBLE_ONLY = 1 << 0,
|
||||
GTK_TEXT_SEARCH_TEXT_ONLY = 1 << 1,
|
||||
GTK_TEXT_SEARCH_CASE_INSENSITIVE = 1 << 2,
|
||||
GTK_TEXT_SEARCH_CASE_INSENSITIVE = 1 << 2
|
||||
/* Possible future plans: SEARCH_REGEXP */
|
||||
} GtkTextSearchFlags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user