Ubuntu Platform API  2.9.0
A library helping with tight integration into the Ubuntu platform
session.h File Reference
#include <ubuntu/visibility.h>
#include <stdint.h>
+ Include dependency graph for session.h:

Go to the source code of this file.

Typedefs

typedef void UAUiSession
 
typedef void UAUiSessionProperties
 

Enumerations

enum  UAUiSessionType {
  U_USER_SESSION = 0,
  U_SYSTEM_SESSION = 1
}
 

Functions

 __attribute__ ((__deprecated__("Use u_application_instance_get_mir_connection and the mir client library"))) UBUNTU_DLL_PUBLIC UAUiSession *ua_ui_session_new_with_properties(UAUiSessionProperties *properties)
 

Variables

UAUiSessionType type
 
uint32_t pid
 

Typedef Documentation

typedef void UAUiSession

Definition at line 36 of file session.h.

typedef void UAUiSessionProperties

Definition at line 37 of file session.h.

Enumeration Type Documentation

Enumerator
U_USER_SESSION 
U_SYSTEM_SESSION 

Definition at line 39 of file session.h.

Function Documentation

__attribute__ ( (__deprecated__("Use u_application_instance_get_mir_connection and the mir client library"))  )

Variable Documentation

uint32_t pid

Definition at line 64 of file session.h.

Definition at line 58 of file session.h.