GtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return value
Document that G_SOURCE_CONTINUE and G_SOURCE_REMOVE are the preferred return values from a tick callback.
This commit is contained in:
@ -94,8 +94,8 @@ typedef void (*GtkCallback) (GtkWidget *widget,
|
||||
*
|
||||
* Callback type for adding a function to update animations. See gtk_widget_add_tick_callback().
|
||||
*
|
||||
* Returns: %TRUE if the tick callback should continue to be called,
|
||||
* %FALSE if the tick callback should be removed.
|
||||
* Returns: %G_SOURCE_CONTINUE if the tick callback should continue to be called,
|
||||
* %G_SOURCE_REMOVE if the tick callback should be removed.
|
||||
*/
|
||||
typedef gboolean (*GtkTickCallback) (GtkWidget *widget,
|
||||
GdkFrameClock *frame_clock,
|
||||
|
||||
Reference in New Issue
Block a user