Method

PidginApplicationpresent_transient_window

unstable since: 3.0

Declaration [src]

void
pidgin_application_present_transient_window (
  PidginApplication* application,
  GtkWindow* window
)

Description [src]

Presents a window and makes sure its transient parent is set to the currently active window of application.

Available since: 3.0

Parameters

window

Type: GtkWindow

The GtkWindow to present.

The data is owned by the caller of the method.