Function
AppStreamvercmp
Declaration [src]
gint
as_vercmp (
  const gchar* a,
  const gchar* b,
  AsVercmpFlags flags
)
Parameters
- a
- 
            Type: const gchar*First version number. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- b
- 
            Type: const gchar*Second version number. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- flags
- 
            Type: AsVercmpFlagsFlags, e.g. AS_VERCMP_FLAG_NONE.