File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed
Expand file tree Collapse file tree 2 files changed +15
-11
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 */
Original file line number Diff line number Diff line change @@ -539,15 +539,15 @@ global:
539539 mpd_send_binarylimit;
540540 mpd_run_binarylimit;
541541
542- /* mpd/albumart.h */
543- mpd_send_albumart;
544- mpd_recv_albumart;
545- mpd_run_albumart;
546-
547- /* mpd/readpicture.h */
548- mpd_send_readpicture;
549- mpd_recv_readpicture;
550- mpd_run_readpicture;
542+ /* mpd/albumart.h */
543+ mpd_send_albumart;
544+ mpd_recv_albumart;
545+ mpd_run_albumart;
546+
547+ /* mpd/readpicture.h */
548+ mpd_send_readpicture;
549+ mpd_recv_readpicture;
550+ mpd_run_readpicture;
551551
552552 /* mpd/position.h */
553553 mpd_position_whence_char;
You can’t perform that action at this time.
0 commit comments