~mterry/ubuntu-app-launch/fix-ftbfs

« back to all changes in this revision

Viewing changes to helpers-shared.c

Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <gio/gio.h>
22
22
#include <cgmanager/cgmanager.h>
23
23
 
 
24
#include "ual-tracepoint.h"
 
25
 
24
26
/* Check to make sure we have the sections and keys we want */
25
27
static gboolean
26
28
verify_keyfile (GKeyFile * inkeyfile, const gchar * desktop)
178
180
 
179
181
        return retval;
180
182
}
 
183
 
 
184
/* Global markers for the ual_tracepoint macro */
 
185
int _ual_tracepoints_env_checked = 0;
 
186
int _ual_tracepoints_enabled = 0;
 
187