Method
FoundryDebuggerStackFrameget_source_range
Declaration [src]
void
foundry_debugger_stack_frame_get_source_range (
FoundryDebuggerStackFrame* self,
guint* begin_line,
guint* begin_line_offset,
guint* end_line,
guint* end_line_offset
)
Parameters
begin_line-
Type:
guint*No description available.
The argument will be set by the function. The argument can be NULL. begin_line_offset-
Type:
guint*No description available.
The argument will be set by the function. The argument can be NULL. end_line-
Type:
guint*No description available.
The argument will be set by the function. The argument can be NULL. end_line_offset-
Type:
guint*No description available.
The argument will be set by the function. The argument can be NULL.