~ted/ubuntu-app-launch/api-sanity-checker

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/ubuntu-app-launch.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:
35
35
 * Types of failure that we report.
36
36
 */
37
37
typedef enum { /*< prefix=UBUNTU_APP_LAUNCH_APP_FAILED */
38
 
        UBUNTU_APP_LAUNCH_APP_FAILED_CRASH,          /*< nick=crash */
39
 
        UBUNTU_APP_LAUNCH_APP_FAILED_START_FAILURE,  /*< nick=start-failure */
 
38
        UBUNTU_APP_LAUNCH_APP_FAILED_CRASH,         /*< nick=crash */
 
39
        UBUNTU_APP_LAUNCH_APP_FAILED_START_FAILURE  /*< nick=start-failure */
40
40
} UbuntuAppLaunchAppFailed;
41
41
 
42
42
/**