[glib] gchecksum: don't break ABI by inserting new enum member in the middle



commit 3e32350b546306b69a65266774502b105f413389
Author: Igor Gnatenko <ignatenko src gnome org>
Date:   Sun Feb 26 11:52:17 2017 +0100

    gchecksum: don't break ABI by inserting new enum member in the middle
    
    Signed-off-by: Igor Gnatenko <ignatenko src gnome org>

 glib/gchecksum.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gchecksum.h b/glib/gchecksum.h
index d50eda6..06af16c 100644
--- a/glib/gchecksum.h
+++ b/glib/gchecksum.h
@@ -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;
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]