Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce new PlayContentHandler to abstract Second Swipe #2452

Open
wants to merge 15 commits into
base: future3/develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions documentation/developers/docstring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
* [resolve](#misc.simplecolors.resolve)
* [print](#misc.simplecolors.print)
* [components](#components)
* [components.playermpd.playcontentcallback](#components.playermpd.playcontentcallback)
* [PlayContentCallbacks](#components.playermpd.playcontentcallback.PlayContentCallbacks)
* [register](#components.playermpd.playcontentcallback.PlayContentCallbacks.register)
* [run\_callbacks](#components.playermpd.playcontentcallback.PlayContentCallbacks.run_callbacks)
* [components.playermpd.play_content_callback](#components.playermpd.play_content_callback)
* [PlayContentCallbacks](#components.playermpd.play_content_callback.PlayContentCallbacks)
* [register](#components.playermpd.play_content_callback.PlayContentCallbacks.register)
* [run\_callbacks](#components.playermpd.play_content_callback.PlayContentCallbacks.run_callbacks)
* [components.playermpd](#components.playermpd)
* [PlayerMPD](#components.playermpd.PlayerMPD)
* [mpd\_retry\_with\_mutex](#components.playermpd.PlayerMPD.mpd_retry_with_mutex)
Expand Down Expand Up @@ -761,11 +761,11 @@ Use just as a regular print function, but with first parameter as color

# components

<a id="components.playermpd.playcontentcallback"></a>
<a id="components.playermpd.play_content_callback"></a>

# components.playermpd.playcontentcallback
# components.playermpd.play_content_callback

<a id="components.playermpd.playcontentcallback.PlayContentCallbacks"></a>
<a id="components.playermpd.play_content_callback.PlayContentCallbacks"></a>

## PlayContentCallbacks Objects

Expand All @@ -776,7 +776,7 @@ class PlayContentCallbacks(Generic[STATE], CallbackHandler)
Callbacks are executed in various play functions


<a id="components.playermpd.playcontentcallback.PlayContentCallbacks.register"></a>
<a id="components.playermpd.play_content_callback.PlayContentCallbacks.register"></a>

#### register

Expand All @@ -796,7 +796,7 @@ Callback signature is
- `folder`: relativ path to folder to play
- `state`: indicator of the state inside the calling

<a id="components.playermpd.playcontentcallback.PlayContentCallbacks.run_callbacks"></a>
<a id="components.playermpd.play_content_callback.PlayContentCallbacks.run_callbacks"></a>

#### run\_callbacks

Expand Down
261 changes: 0 additions & 261 deletions src/cli_client/pbc.c

This file was deleted.

Loading
Loading