libsysprof-ui: fix documentation

This commit is contained in:
Christian Hergert
2019-05-20 00:44:04 -07:00
parent 23ec4436be
commit 68cd3a8178

View File

@ -36,7 +36,7 @@ typedef struct _SysprofCaptureCursor SysprofCaptureCursor;
* Functions matching this typedef should return %TRUE if they want the
* the caller to stop iteration of cursor.
*
* Returns: %TRUE if iteration should stop, otherwise %FALSE.
* Returns: %TRUE if iteration should continue, otherwise %FALSE.
*/
typedef gboolean (*SysprofCaptureCursorCallback) (const SysprofCaptureFrame *frame,
gpointer user_data);