Hi,

On 10/10/2011 02:52 PM, Marc-André Lureau wrote:
Same comment as previous patch.

Same reply, I could merge this into the deprecation patch if you like, I was 
not sure
since it is only partly related.

Regards,

Hans




On Mon, Oct 10, 2011 at 2:34 PM, Hans de Goede<[email protected]>  wrote:
Signed-off-by: Hans de Goede<[email protected]>
---
  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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel




_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to