~ted/ubuntu-app-launch/snappy-backend-no-snap

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/appid.h

Updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    {
134
134
        FIRST_LISTED, /**< First application listed in the manifest */
135
135
        LAST_LISTED,  /**< Last application listed in the manifest */
136
 
        ONLY_LISTED,  /**< Only application listed in the manifest */
 
136
        ONLY_LISTED   /**< Only application listed in the manifest */
137
137
    };
138
138
    /** Control how the versions are searched in the discover() set of functions */
139
139
    enum class VersionWildcard
140
140
    {
141
 
        CURRENT_USER_VERSION, /**< The current installed version */
 
141
        CURRENT_USER_VERSION /**< The current installed version */
142
142
    };
143
143
 
144
144
    /** Find the AppID for an application where you only know the package