File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55#define LIBMPDCLIENT_FEATURE_H
66
77/**
8- * @since libmpdclient 2.23 added support for #MPD_TAG_SHOWMOVEMENT.
8+ * @since libmpdclient 2.23
99 */
1010enum mpd_protocol_feature
1111{
@@ -17,7 +17,7 @@ enum mpd_protocol_feature
1717
1818 MPD_FEATURE_HIDE_PLAYLISTS_IN_ROOT ,
1919
20- /* IMPORTANT: the ordering of tag types above must be
20+ /* IMPORTANT: the ordering above must be
2121 retained, or else the libmpdclient ABI breaks */
2222
2323 MPD_FEATURE_COUNT
@@ -30,6 +30,8 @@ extern "C" {
3030/**
3131 * Looks up the name of the specified protocol feature.
3232 *
33+ * @since libmpdclient 2.23
34+ *
3335 * @return the name, or NULL if the tag type is not valid
3436 */
3537const char *
@@ -38,6 +40,8 @@ mpd_feature_name(enum mpd_protocol_feature feature);
3840/**
3941 * Parses a protocol feature name, and returns its #mpd_protocol_feature value.
4042 *
43+ * @since libmpdclient 2.23
44+ *
4145 * @return a #mpd_protocol_feature value, or MPD_FEATURE_UNKNOWN if the name was
4246 * not recognized
4347 */
You can’t perform that action at this time.
0 commit comments