gint g_constant_info_get_value GIRepository.ConstantInfo info None value constant_info_get_value @accepts(GIRepository.ConstantInfo, None) @returns(gint) def constant_info_get_value(info, value)

Obtain the value associated with the GIConstantInfo and store it in the @value parameter. @argument needs to be allocated before passing it in. The size of the constant value stored in @argument will be returned. Free the value with g_constant_info_free_value().

info :

a GIConstantInfo

value :

an argument

Returns :

size of the constant