Method

IdeDebuggerBreakpointset_function

Declaration

void
ide_debugger_breakpoint_set_function (
  IdeDebuggerBreakpoint* self,
  const gchar* function
)

Description

Sets the “function” property, which is a user-readable value representing the name of the function.

Parameters

function

Type: const gchar*

The name of the function, 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.