Constants¶
Details¶
- ClutterGst.MAJOR_VERSION = 3¶
ClutterGst major version (e.g. “1”, if
ClutterGst.VERSION
is “1.2.3”)
- ClutterGst.MICRO_VERSION = 27¶
ClutterGst micro version (e.g. “3”, if
ClutterGst.VERSION
is “1.2.3”)
- ClutterGst.MINOR_VERSION = 0¶
ClutterGst minor version (e.g. “2”, if
ClutterGst.VERSION
is “1.2.3”)
- ClutterGst.VERSION = 3.0¶
ClutterGst full version (e.g. “1.2.3”)
- ClutterGst.VERSION_HEX = 0¶
ClutterGst full version, encoded as an hexadecimal value.
- ClutterGst.VERSION_S = '3.0.27'¶
ClutterGst full version, encoded as a string.