Constructor
PidginProtocolStorenew
Declaration [src]
GtkListStore*
pidgin_protocol_store_new (
void
)
Description [src]
Creates a new PidginProtocolStore
that can be used anywhere a GtkListStore
can be used.
Available since: | 3.0.0 |
Return value
Type: GtkListStore
The new PidginProtocolStore
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |