Skip to content
  • Thomas Haller's avatar
    core/dispatcher: cleanup nm_dispatcher_call_connectivity() · 8987de7c
    Thomas Haller authored
    Remove the redundant action argument. It is clear, that
    nm_dispatcher_call_connectivity() is called with action
    NM_DISPATCHER_ACTION_CONNECTIVITY_CHANGE.
    
    On the other hand, add the async callbacks. Altough they are
    not used at the moment, it seems more correct that an async
    API has a callback and a call-id to cancel the invocation.
    8987de7c