mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 04:02:09 +01:00
[gio] Remove some commas at end of enumerator list
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=603476
This commit is contained in:
parent
39cd766e8e
commit
3d8035f799
@ -59,7 +59,7 @@ typedef enum {
|
||||
typedef enum {
|
||||
G_CONVERTER_NO_FLAGS = 0, /*< nick=none >*/
|
||||
G_CONVERTER_INPUT_AT_END = (1 << 0), /*< nick=input-at-end >*/
|
||||
G_CONVERTER_FLUSH = (1 << 1), /*< nick=flush >*/
|
||||
G_CONVERTER_FLUSH = (1 << 1) /*< nick=flush >*/
|
||||
} GConverterFlags;
|
||||
|
||||
/**
|
||||
@ -74,10 +74,10 @@ typedef enum {
|
||||
* Since: 2.24
|
||||
*/
|
||||
typedef enum {
|
||||
G_CONVERTER_ERROR = 0, /*< nick=error >*/
|
||||
G_CONVERTER_ERROR = 0, /*< nick=error >*/
|
||||
G_CONVERTER_CONVERTED = 1, /*< nick=converted >*/
|
||||
G_CONVERTER_FINISHED = 2, /*< nick=finished >*/
|
||||
G_CONVERTER_FLUSHED = 3, /*< nick=flushed >*/
|
||||
G_CONVERTER_FLUSHED = 3 /*< nick=flushed >*/
|
||||
} GConverterResult;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user