Constructor
PidginDisplayWindownew
unstable since: 3.0
Declaration [src]
GtkWidget*
pidgin_display_window_new (
GtkApplication* application
)
Parameters
application
-
Type:
GtkApplication
A
GtkApplication
to associate with this window.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
The new PidginDisplayWindow
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |