ConnectionNameListCb


Description:

[ CCode ( instance_pos = 5.9 ) ]
[ Version ( since = "0.7.1" ) ]
public delegate void ConnectionNameListCb (string[] names, size_t n, string[] cms, string[] protocols, Error error, Object weak_object)

Signature of the callback supplied to list_connection_names .

Parameters:

names

null-terminated array of n connection bus names, or null on error

n

number of names (not including the final null), or 0 on error

cms

null-terminated array of n connection manager names (e.g. "gabble") in the same order as names, or null on error

protocols

null-terminated array of n protocol names as defined in the Telepathy spec (e.g. "jabber") in the same order as names, or null on error

error

null on success, or an error that occurred

weak_object

user-supplied weakly referenced object

user_data

user-supplied data


Namespace: TelepathyGLib
Package: telepathy-glib