mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 19:37:52 +02: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:
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user