RB.PodcastSearch¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
|
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class RB.PodcastSearch(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- cancel()¶
- resolve(url, callback, *data)¶
- Parameters:
url (
str)callback (
Gio.AsyncReadyCallbackorNone)
- resolve_finish(result, orig_url)¶
- Parameters:
result (
Gio.AsyncResult)orig_url (
str)
- Raises:
- Return type:
- result(data)¶
- Parameters:
data (
RB.PodcastChannel)
- do_cancel() virtual¶
- do_resolve(url, cancellable) virtual¶
- Parameters:
url (
str)cancellable (
Gio.CancellableorNone)
- Return type:
Signal Details¶
- RB.PodcastSearch.signals.finished(podcast_search, object)¶
- Signal Name:
finished- Flags:
- Parameters:
podcast_search (
RB.PodcastSearch) – The object which received the signalobject (
bool)
- RB.PodcastSearch.signals.result(podcast_search, object)¶
- Signal Name:
result- Flags:
- Parameters:
podcast_search (
RB.PodcastSearch) – The object which received the signal