~compiz-team/compiz/0.9.10

« back to all changes in this revision

Viewing changes to include/core/session.h

  • Committer: Danny Baumann
  • Date: 2009-03-05 19:42:59 UTC
  • Revision ID: git-v1:00a027e1e7198880e98e5c1e4134aa7a0f911d7b
ImproveĀ sessionĀ API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        PrevClientId
44
44
    };
45
45
 
46
 
    void initSession (char *smPrevClientId);
47
 
 
48
 
    void closeSession (void);
49
 
 
50
 
    char *getSessionClientId (ClientIdType type);
 
46
    void init (char *prevClientId);
 
47
 
 
48
    void close ();
 
49
 
 
50
    CompString getClientId (ClientIdType type);
51
51
};
52
52
 
53
53
#endif