[Spice-devel] [PATCH spice-gtk 5/7] SpiceGtkSession: Add Since: info to gtk-doc

Marc-André Lureau marcandre.lureau at gmail.com
Mon Oct 10 05:52:14 PDT 2011


Same comment as previous patch.

On Mon, Oct 10, 2011 at 2:34 PM, Hans de Goede <hdegoede at redhat.com> wrote:
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> ---
>  gtk/spice-gtk-session.c |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/gtk/spice-gtk-session.c b/gtk/spice-gtk-session.c
> index e051286..acc69f1 100644
> --- a/gtk/spice-gtk-session.c
> +++ b/gtk/spice-gtk-session.c
> @@ -244,6 +244,7 @@ static void spice_gtk_session_class_init(SpiceGtkSessionClass *klass)
>      *
>      * #SpiceSession this #SpiceGtkSession is associated with
>      *
> +     * Since: 0.10
>      **/
>     g_object_class_install_property
>         (gobject_class, PROP_SESSION,
> @@ -260,6 +261,8 @@ static void spice_gtk_session_class_init(SpiceGtkSessionClass *klass)
>      *
>      * When this is true the clipboard gets automatically shared between host
>      * and guest.
> +     *
> +     * Since: 0.10
>      **/
>     g_object_class_install_property
>         (gobject_class, PROP_AUTO_CLIPBOARD,
> @@ -739,6 +742,8 @@ static void channel_destroy(SpiceSession *session, SpiceChannel *channel,
>  * after the #SpiceSession itself has been unref-ed by the caller.
>  *
>  * Returns: (transfer none): a weak reference to the #SpiceGtkSession associated with the passed in #SpiceSession
> + *
> + * Since 0.10
>  **/
>  SpiceGtkSession *spice_gtk_session_get(SpiceSession *session)
>  {
> @@ -765,6 +770,8 @@ SpiceGtkSession *spice_gtk_session_get(SpiceSession *session)
>  * @self:
>  *
>  * Copy client-side clipboard to guest clipboard.
> + *
> + * Since 0.10
>  **/
>  void spice_gtk_session_copy_to_guest(SpiceGtkSession *self)
>  {
> @@ -782,6 +789,8 @@ void spice_gtk_session_copy_to_guest(SpiceGtkSession *self)
>  * @self:
>  *
>  * Copy guest clipboard to client-side clipboard.
> + *
> + * Since 0.10
>  **/
>  void spice_gtk_session_paste_from_guest(SpiceGtkSession *self)
>  {
> --
> 1.7.6.4
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>



-- 
Marc-André Lureau


More information about the Spice-devel mailing list