~mterry/unity-scopes-api/snap-root

« back to all changes in this revision

Viewing changes to include/unity/scopes/SwitchFilter.h

  • Committer: CI Train Bot
  • Author(s): Pawel Stolowski
  • Date: 2016-03-17 22:35:14 UTC
  • mfrom: (261.1.54 staging)
  • Revision ID: ci-train-bot@canonical.com-20160317223514-dxndlxrg5jbi2oqk
Merged devel: use abigail for abi-compoliance checker (disabled for now due o abigail bugs); filters API changes.
Approved by: Michi Henning, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    /**
52
52
    \brief Creates a SwitchFilter
53
 
    \param id A unique identifier for the filter that can be used to identify it later among several filters.
 
53
    \param id A unique identifier for the filter that can be used to later identify it among several filters.
54
54
    \param label A display label for the filter.
55
55
    \return SwitchFilter instance
56
56
    */