Method
PurpleProtocolManagerforeach
Declaration [src]
void
purple_protocol_manager_foreach (
PurpleProtocolManager* manager,
PurpleProtocolManagerForeachFunc func,
gpointer data
)
Description [src]
Calls func
for each PurpleProtocol
that manager
knows about.
Available since: | 3.0.0 |
Parameters
func |
PurpleProtocolManagerForeachFunc |
The |
|
data |
gpointer |
User data to pass to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |