Signal
PurpleProtocolManager::removed
unstable since: 3.0
Declaration
void
removed (
  PurpleProtocolManager* self,
  PurpleProtocol* protocol,
  gpointer user_data
)
      Description [src]
Emitted after protocol has been removed from manager.
| Default handler:  The default handler is called after the handlers added via   | 
| Available since: 3.0 | 
Parameters
protocol- 
            
Type:
PurpleProtocolThe
PurpleProtocolthat was removed.The data is owned by the caller of the function.