[Spice-devel] [client v3 05/10] audio: Remove spice_audio_new() from the public header
Pavel Grunt
pgrunt at redhat.com
Tue Nov 1 09:20:46 UTC 2016
On Mon, 2016-10-31 at 17:15 +0100, Victor Toso wrote:
> Hi,
>
> On Thu, Oct 27, 2016 at 04:07:15PM -0500, Jonathon Jongsma wrote:
> > Seems OK to me. Looks like it was deprecated in Feb 2012. Anybody
> > else
> > have objections?
>
> None. I also think it is safe to remove it now.
> Pushed all the acked patches.
>
there should be a follow up to keep spice_audio_new in the map-file
and spice-glib-sym-file on `make -C src update-symbol-files`
> Cheers,
> toso
>
> >
> >
> > On Thu, 2016-10-27 at 18:41 +0200, Francois Gouget wrote:
> > > It has been deprecated for long enough.
> > >
> > > Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
> > > ---
> > > src/spice-audio-priv.h | 2 ++
> > > src/spice-audio.h | 5 -----
> > > src/spice-session.c | 2 +-
> > > 3 files changed, 3 insertions(+), 6 deletions(-)
> > >
> > > diff --git a/src/spice-audio-priv.h b/src/spice-audio-priv.h
> > > index f108059..8eee89b 100644
> > > --- a/src/spice-audio-priv.h
> > > +++ b/src/spice-audio-priv.h
> > > @@ -29,6 +29,8 @@ struct _SpiceAudioPrivate {
> > > GMainContext *main_context;
> > > };
> > >
> > > +SpiceAudio* spice_audio_new(SpiceSession *session, GMainContext
> > > *context, const char *name);
> > > +
> > > void spice_audio_get_playback_volume_info_async(SpiceAudio
> > > *audio,
> > > GCancellable *cancellable,
> > > SpiceMainChannel *main_channel, GAsyncReadyCallback
> > > callback, gpointer user_data);
> > > gboolean spice_audio_get_playback_volume_info_finish(SpiceAudio
> > > *audio, GAsyncResult *res,
> > > diff --git a/src/spice-audio.h b/src/spice-audio.h
> > > index 01f564a..b3d739b 100644
> > > --- a/src/spice-audio.h
> > > +++ b/src/spice-audio.h
> > > @@ -103,11 +103,6 @@ GType spice_audio_get_type(void);
> > >
> > > SpiceAudio* spice_audio_get(SpiceSession *session, GMainContext
> > > *context);
> > >
> > > -#ifndef SPICE_DISABLE_DEPRECATED
> > > -SPICE_DEPRECATED_FOR(spice_audio_get)
> > > -SpiceAudio* spice_audio_new(SpiceSession *session, GMainContext
> > > *context, const char *name);
> > > -#endif
> > > -
> > > G_END_DECLS
> > >
> > > #endif /* __SPICE_CLIENT_AUDIO_H__ */
> > > diff --git a/src/spice-session.c b/src/spice-session.c
> > > index 238b5cb..f900bd1 100644
> > > --- a/src/spice-session.c
> > > +++ b/src/spice-session.c
> > > @@ -33,7 +33,7 @@
> > > #include "wocky-http-proxy.h"
> > > #include "spice-uri-priv.h"
> > > #include "channel-playback-priv.h"
> > > -#include "spice-audio.h"
> > > +#include "spice-audio-priv.h"
> > >
> > > struct channel {
> > > SpiceChannel *channel;
> >
> > _______________________________________________
> > Spice-devel mailing list
> > Spice-devel at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/spice-devel
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list