[gnome-music/wip/mschraal/flac-cue: 7/8] playertoolbar: Correct docstring



commit 1bf307744352b915838f9be95ea71386dcb84ba5
Author: Marinus Schraal <mschraal gnome org>
Date:   Tue Nov 5 19:46:31 2019 +0100

    playertoolbar: Correct docstring

 gnomemusic/widgets/playertoolbar.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnomemusic/widgets/playertoolbar.py b/gnomemusic/widgets/playertoolbar.py
index 57083517..58dd9b58 100644
--- a/gnomemusic/widgets/playertoolbar.py
+++ b/gnomemusic/widgets/playertoolbar.py
@@ -82,18 +82,18 @@ class PlayerToolbar(Gtk.ActionBar):
     # object via init when using Gtk.Builder.
     @GObject.Property(type=Player, default=None)
     def player(self):
-        """The GstPlayer object used
+        """The Player object used
 
         :return: player object
-        :rtype: GstPlayer
+        :rtype: Player
         """
         return self._player
 
     @player.setter
     def player(self, player):
-        """Set the GstPlayer object used
+        """Set the Player object used
 
-        :param GstPlayer player: The GstPlayer to use
+        :param Player player: The player object
         """
         if (player is None
                 or (self._player is not None


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]