~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-yakkety-1956

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): Charles Kerr
  • Date: 2016-08-17 15:23:24 UTC
  • mfrom: (230.7.6 fix-click-launch-leak)
  • Revision ID: ci-train-bot@canonical.com-20160817152324-zlua5vo0kxloqrau
Fix memory leak in Click::launch()

Approved by: Ted Gould

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    {
120
120
        FIRST_LISTED, /**< First application listed in the manifest */
121
121
        LAST_LISTED,  /**< Last application listed in the manifest */
122
 
        ONLY_LISTED,  /**< Only application listed in the manifest */
 
122
        ONLY_LISTED   /**< Only application listed in the manifest */
123
123
    };
124
124
    /** Control how the versions are searched in the discover() set of functions */
125
125
    enum class VersionWildcard
126
126
    {
127
 
        CURRENT_USER_VERSION, /**< The current installed version */
 
127
        CURRENT_USER_VERSION /**< The current installed version */
128
128
    };
129
129
 
130
130
    /** Find the AppID for an application where you only know the package