Method
PurpleProtocolManagerforeach
since: 3.0
Declaration [src]
void
purple_protocol_manager_foreach (
PurpleProtocolManager* manager,
PurpleProtocolManagerForeachFunc func,
gpointer data
)
Parameters
func
-
Type:
PurpleProtocolManagerForeachFunc
The
PurpleProtocolManagerForeachFunc
to call. data
-
Type:
gpointer
User data to pass to
func
.The argument can be NULL
.The data is owned by the caller of the function.