Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Evangelos Ribeiro Tzaras
feedbackd
Commits
bb561b0d
Commit
bb561b0d
authored
Jul 13, 2020
by
Guido Gunther
Browse files
lfb-event: Clarify return values of `finished` functions
They just inidicate that we talked to feedbackd succesfully.
parent
24956d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
libfeedback/lfb-event.c
View file @
bb561b0d
...
...
@@ -500,7 +500,7 @@ lfb_event_trigger_feedback_async (LfbEvent *self,
* must call this function in the callback to free memory and receive any
* errors which occurred.
*
* Returns: %TRUE if
playing finished
successful
ly
* Returns: %TRUE if
triggering the feedbacks was
successful
*/
gboolean
lfb_event_trigger_feedback_finish
(
LfbEvent
*
self
,
...
...
@@ -552,7 +552,10 @@ lfb_event_end_feedback (LfbEvent *self, GError **error)
* must call this function in the callback to free memory and receive any
* errors which occurred.
*
* Returns: %TRUE if playing finished successfully
* This does not mean that the feedbacks finished right away. Connect to the
* #LfbEvent::feedback-ended signal for this.
*
* Returns: %TRUE if ending the feedbacks was successful
*/
gboolean
lfb_event_end_feedback_finish
(
LfbEvent
*
self
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment