Merge 2.53.2 into tizen
[platform/upstream/glib.git] / glib / gvarianttype.h
index 415dbd7..7a51df5 100644 (file)
@@ -96,9 +96,10 @@ typedef struct _GVariantType GVariantType;
 /**
  * G_VARIANT_TYPE_UINT64:
  *
- * The type of an integer value that can range from 0 to
- * 18446744073709551616.  That's a really big number, but a Rubik's
- * cube can have a bit more than twice as many possible positions.
+ * The type of an integer value that can range from 0
+ * to 18446744073709551615 (inclusive).  That's a really big number,
+ * but a Rubik's cube can have a bit more than twice as many possible
+ * positions.
  **/
 #define G_VARIANT_TYPE_UINT64               ((const GVariantType *) "t")