From 74adc534b9dd8dde67042e8f3f448da3baca2fef Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 21 Sep 2012 14:05:52 +0200 Subject: commands: make M_PROPERTY_GET_TYPE return an option copy Change the type of the arg for this action from m_option** to m_option*. This makes it easier to change some aspects of the option dynamically. --- m_property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_property.h') diff --git a/m_property.h b/m_property.h index 99ab05ad62..2893fc569d 100644 --- a/m_property.h +++ b/m_property.h @@ -25,7 +25,7 @@ enum mp_property_action { // Get the property type. This defines the fundamental data type read from // or written to the property. // If unimplemented, the m_option entry that defines the property is used. - // arg: const m_option** + // arg: m_option* M_PROPERTY_GET_TYPE, // Get the current value. -- cgit v1.2.3