From 68cd3a8178af5322757eb45db18f6d207b40db7a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 20 May 2019 00:44:04 -0700 Subject: [PATCH] libsysprof-ui: fix documentation --- src/libsysprof-capture/sysprof-capture-cursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof-capture/sysprof-capture-cursor.h b/src/libsysprof-capture/sysprof-capture-cursor.h index c999070c..9eb60a37 100644 --- a/src/libsysprof-capture/sysprof-capture-cursor.h +++ b/src/libsysprof-capture/sysprof-capture-cursor.h @@ -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);