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

« back to all changes in this revision

Viewing changes to tests/backend-mock-users.h

  • Committer: Charles Kerr
  • Date: 2013-06-25 16:16:34 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130625161634-ht9ef3n5s63rnmmr
in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser is now green.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
IndicatorSessionUsers * indicator_session_users_mock_new (void);
58
58
 
59
59
void indicator_session_users_mock_add_user (IndicatorSessionUsersMock * self,
60
 
                                            const char                * key,
61
60
                                            IndicatorSessionUser      * user);
62
61
 
63
62
void indicator_session_users_mock_remove_user (IndicatorSessionUsersMock * self,
64
 
                                               const char                * key);
 
63
                                               guint                       uid);
65
64
 
66
65
 
67
66