~mir-team/ubuntu-app-launch/mir-release-0.14.0

« back to all changes in this revision

Viewing changes to tools/ubuntu-app-launch.c

  • Committer: Ted Gould
  • Date: 2014-04-30 16:34:06 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: ted@gould.cx-20140430163406-g0fsuw3txq0g6ehk
Static analysis (compiler) detected fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
}
36
36
 
37
37
static void
38
 
bad_observer (const gchar * appid, ubuntu_app_launch_app_failed_t failure_type, gpointer user_data)
 
38
bad_observer (const gchar * appid, UbuntuAppLaunchAppFailed failure_type, gpointer user_data)
39
39
{
40
40
        if (g_strcmp0(appid, global_appid) != 0) {
41
41
                return;