mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
gchecksum: don't break ABI by inserting new enum member in the middle
Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
This commit is contained in:
parent
c618c5da17
commit
3e32350b54
@ -48,8 +48,8 @@ typedef enum {
|
||||
G_CHECKSUM_MD5,
|
||||
G_CHECKSUM_SHA1,
|
||||
G_CHECKSUM_SHA256,
|
||||
G_CHECKSUM_SHA384,
|
||||
G_CHECKSUM_SHA512
|
||||
G_CHECKSUM_SHA512,
|
||||
G_CHECKSUM_SHA384
|
||||
} GChecksumType;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user