Constructor
PidginUinew
unstable since: 3.0
Declaration [src]
PurpleUi*
pidgin_ui_new (
void
)
Description [src]
Creates the new PidginUi
instance.
Note: there’s not much use for this outside of Pidgin’s internal code.
Available since: 3.0
Return value
Type: PurpleUi
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |