Method

FoundryAcpSessionUpdateget_line_range

unstable since: 1.2

Declaration [src]

gboolean
foundry_acp_session_update_get_line_range (
  FoundryAcpSessionUpdate* self,
  guint* begin_line,
  guint* end_line
)

Description [src]

Gets the affected line range from self, if present.

Available since: 1.2

Parameters

begin_line

Type: guint*

Location for the first affected line.

The argument will be set by the function.
The argument can be NULL.
end_line

Type: guint*

Location for the last affected line.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

TRUE if line range data was found.