[gnome-music/wip/mschraal/flac-cue: 4/5] playertoolbar: Correct docstring
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/flac-cue: 4/5] playertoolbar: Correct docstring
- Date: Wed, 6 Nov 2019 09:57:30 +0000 (UTC)
commit 95b4fb85b6fa87186be006737243395bd3a26c61
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]