Method
PidginApplicationget_active_window
unstable since: 3.0
Declaration [src]
GtkWindow*
pidgin_application_get_active_window (
PidginApplication* application
)
Description [src]
Calls gtk_application_get_active_window()
to get the active window.
If that returns NULL
, fallback to the first window of
gtk_application_get_windows()
, and if that fails, return NULL
.
Available since: 3.0
Return value
Type: GtkWindow
The active window or NULL
if one could
not be found.
The returned data is owned by the instance. |
The return value can be NULL . |