Method

GntWMhas_window_position

since: 3.0

Declaration [src]

gboolean
gnt_wm_has_window_position (
  GntWM* wm,
  const gchar* title
)

Description [src]

Checks whether the window manager has a recorded window position for a window with the given title.

Available since: 3.0

Parameters

title

Type: const gchar*

The title of the window.

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

Return value

Type: gboolean

TRUE if a position is recorded for the window, FALSE otherwise.