Removed a trailing enum comma.
This commit is contained in:
@ -39,7 +39,7 @@ G_BEGIN_DECLS
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
GTK_TEXT_SEARCH_VISIBLE_ONLY = 1 << 0,
|
GTK_TEXT_SEARCH_VISIBLE_ONLY = 1 << 0,
|
||||||
GTK_TEXT_SEARCH_TEXT_ONLY = 1 << 1,
|
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 */
|
/* Possible future plans: SEARCH_REGEXP */
|
||||||
} GtkTextSearchFlags;
|
} GtkTextSearchFlags;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user