*
* A [iface@ElemInfoCommon] should be implemented by any type of element information.
*
- * Since: 0.3.
+ * Since: 0.3
*/
static void alsactl_elem_info_common_default_init(ALSACtlElemInfoCommonInterface *iface);
*
* The identifier of element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_interface_install_property(iface,
g_param_spec_boxed(ELEM_ID_PROP_NAME, ELEM_ID_PROP_NAME,
*
* The type of element, one of [enum@ElemType].
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_interface_install_property(iface,
g_param_spec_enum(ELEM_TYPE_PROP_NAME, ELEM_TYPE_PROP_NAME,
*
* The access permission for the element with [flags@ElemAccessFlag].
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_interface_install_property(iface,
g_param_spec_flags(ACCESS_PROP_NAME, ACCESS_PROP_NAME,
*
* The value of PID for process to own the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_interface_install_property(iface,
g_param_spec_int(OWNER_PROP_NAME, OWNER_PROP_NAME,
* - The length of label including terminator should be within 64 bytes.
* - The total length of labels including terminators should be within (64 * 1024) bytes.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_ENUMERATED_PROP_LABELS,
g_param_spec_boxed("labels", "labels",
*
* The minimum value of element in value array for the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_INTEGER_PROP_MIN,
g_param_spec_int("value-min", "value-min",
*
* The maximum value of element in value array for the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_INTEGER_PROP_MAX,
g_param_spec_int("value-max", "value-max",
*
* The step value of element in value array for the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_INTEGER_PROP_STEP,
g_param_spec_int("value-step", "value-step",
*
* The minimum value of element in value array for the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_INTEGER64_PROP_MIN,
g_param_spec_int64("value-min", "value-min",
*
* The maximum value of element in value array for the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_INTEGER64_PROP_MAX,
g_param_spec_int64("value-max", "value-max",
*
* The step value of element in value array for the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_class_install_property(gobject_class, ELEM_INFO_INTEGER64_PROP_STEP,
g_param_spec_int64("value-step", "value-step",
* A [iface@ElemInfoSingleArray] should be implemented by the type of information for element
* whieh has single value array.
*
- * Since: 0.3.
+ * Since: 0.3
*/
static void alsactl_elem_info_single_array_default_init(ALSACtlElemInfoSingleArrayInterface *iface);
*
* The count of elements in value array of the element.
*
- * Since: 0.3.
+ * Since: 0.3
*/
g_object_interface_install_property(iface,
g_param_spec_uint(VALUE_COUNT_PROP_NAME, VALUE_COUNT_PROP_NAME,