~indicator-applet-developers/ubuntu-app-launch/trunk.17.04

« back to all changes in this revision

Viewing changes to helpers.h

  • Committer: Ted Gould
  • Date: 2014-11-20 20:33:59 UTC
  • mto: This revision was merged to the branch mainline in revision 183.
  • Revision ID: ted@gould.cx-20141120203359-w5g14uwj161onunu
Switching to a complex unref routine

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
void      starting_handshake_wait        (handshake_t *   handshake);
50
50
 
51
51
GDBusConnection * cgroup_manager_connection (void);
 
52
void              cgroup_manager_unref (GDBusConnection * cgroup_manager);
52
53
GList *   pids_from_cgroup       (GDBusConnection * cgmanager,
53
54
                                  const gchar *   jobname,
54
55
                                  const gchar *   instancename);