GObject::is_connected

bool is_connected(int handler_id);

Checks if a signal handler is still connected (i.e. has not been disconnect() ed).

See also: block() , connect() , disconnect() , unblock()