SecurityContext
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "signon_security_context_get_type ()" ) ]
[ Compact ]
public class SecurityContext
Opaque struct.
Use the accessor functions below.
Content:
Creation methods:
Methods:
- public SecurityContext copy ()
Get a newly-allocated copy of info
.
- public void free ()
Destroys the given SecurityContext item.
- public unowned string get_application_context ()
Get the application context of this.
- public unowned string get_system_context ()
Get the system context of this.
- public void set_application_context (string application_context)
Sets the application context.
- public void set_system_context (string system_context)
Sets the system context.