mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: fix documentation
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user