Method

IdePagereport_error

Declaration

void
ide_page_report_error (
  IdePage* self,
  const gchar* format,
  ...
)

Description

This function reports an error to the user in the layout view.

format should be a printf-style format string followed by the arguments for the format.

This method is not directly available to language bindings.

Parameters

format

Type: const gchar*

A printf-style format string.

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

Type: 

No description available.