extern char** bp_profiles_avail_initiate

(struct BP_CONNECTION* conn)

Returns the list of URIs that the local peer is capable of starting as a NULL-terminated array of character pointers.

Documentation

Returns the list of URIs that the local peer is capable of starting as a NULL-terminated array of character pointers.

Note that you need to intersect this list with the return value of bp_profiles_offered to find out what profiles you're allowed to start.

The caller is responsible for freeing this array (but not each URI).

Parameters:
conn - A pointer to the connection structure.
Returns:
The list of URIs that the local peer is capable of "initiating".

Home Alphabetic index



This page was generated with the help of DOC++.