[sysprof] libsysprof-ui: fix documentation



commit 68cd3a8178af5322757eb45db18f6d207b40db7a
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 20 00:44:04 2019 -0700

    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 c999070..9eb60a3 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]