Method
IdeDebuggerBreakpointsforeach
Declaration
void
ide_debugger_breakpoints_foreach (
IdeDebuggerBreakpoints* self,
GFunc func,
gpointer user_data
)
Parameters
func-
Type:
GFuncA
GFuncto call. user_data-
Type:
gpointerUser data for
func.The argument can be NULL.The data is owned by the caller of the method.