Method

IdeDebuggerBreakpointset_file

Declaration

void
ide_debugger_breakpoint_set_file (
  IdeDebuggerBreakpoint* self,
  const gchar* file
)

Description

Sets the file that contains the breakpoint, if any.

Parameters

file

Type: const gchar*

The file containing the breakpoint, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.