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