Method

GdkWindowset_startup_id

since: 2.12

Declaration [src]

void
gdk_window_set_startup_id (
  GdkWindow* window,
  const gchar* startup_id
)

Description [src]

When using GTK+, typically you should use gtk_window_set_startup_id() instead of this low-level function.

Available since: 2.12

Parameters

startup_id

Type: const gchar*

A string with startup-notification identifier.

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