| Top |
| void | ags_security_context_add_server_context () |
| gboolean | ags_security_context_remove_server_context () |
| AgsSecurityContext * | ags_security_context_new () |
| #define | AGS_IS_SECURITY_CONTEXT() |
| #define | AGS_SECURITY_CONTEXT() |
| #define | AGS_SECURITY_CONTEXT_CLASS() |
| #define | AGS_SECURITY_CONTEXT_GET_CLASS() |
| GType | ags_security_context_get_type () |
| enum | AgsSecurityContextMode |
| #define | AGS_TYPE_SECURITY_CONTEXT |
| struct | AgsSecurityContext |
| struct | AgsSecurityContextClass |
void ags_security_context_add_server_context (AgsSecurityContext *security_context,gchar *server_context);
gboolean ags_security_context_remove_server_context (AgsSecurityContext *security_context,gchar *server_context);
AgsSecurityContext * ags_security_context_new ();
Create AgsSecurityContext.
Since: 2.0.0
#define AGS_IS_SECURITY_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SECURITY_CONTEXT))
#define AGS_SECURITY_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SECURITY_CONTEXT, AgsSecurityContext))
#define AGS_SECURITY_CONTEXT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SECURITY_CONTEXT, AgsSecurityContextClass))
#define AGS_SECURITY_CONTEXT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SECURITY_CONTEXT, AgsSecurityContextClass))
The AgsSecurityContextMode specifies basic account permissions.