~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to src/backend-dbus/actions.h

  • Committer: Stephen M. Webb
  • Date: 2014-03-23 21:32:27 UTC
  • Revision ID: stephen.webb@canonical.com-20140323213227-l4ibsge0sd7xfhav
removed tests that assume gnome-session

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "dbus-login1-manager.h"
28
28
#include "dbus-login1-seat.h"
29
29
#include "dbus-display-manager.h"
 
30
#include "dbus-upstart.h"
30
31
 
31
32
 
32
33
G_BEGIN_DECLS
63
64
void indicator_session_actions_dbus_set_proxies (IndicatorSessionActionsDbus * self,
64
65
                                                 Login1Manager               * login1_manager,
65
66
                                                 Login1Seat                  * login1_seat,
66
 
                                                 DisplayManagerSeat          * dm_seat);
 
67
                                                 DisplayManagerSeat          * dm_seat,
 
68
                                                 Upstart0_6                  * upstart);
67
69
                                                 
68
70
 
69
71
G_END_DECLS