From ef76f1a9f5a653c2ceaa566c29b466c750bf62fe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 17 Mar 2017 23:23:15 +0100 Subject: [PATCH] mpdclient: update the "source" documentation --- src/mpdclient.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mpdclient.h b/src/mpdclient.h index 9314f7a..fb083b9 100644 --- a/src/mpdclient.h +++ b/src/mpdclient.h @@ -21,12 +21,8 @@ struct mpdclient { unsigned connection_id; /** - * If this object is non-NULL, it tracks idle events. It is - * automatically called by mpdclient_get_connection() and - * mpdclient_put_connection(). It is not created by the - * mpdclient library; the user of this library has to - * initialize it. However, it is freed when the MPD - * connection is closed. + * Tracks idle events. It is automatically called by + * mpdclient_get_connection() and mpdclient_put_connection(). */ struct mpd_glib_source *source; -- 2.30.2