summaryrefslogtreecommitdiff
path: root/vapi/polkit-agent-1.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/polkit-agent-1.vapi')
-rw-r--r--vapi/polkit-agent-1.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/polkit-agent-1.vapi b/vapi/polkit-agent-1.vapi
index 43fc4f214..e30720dac 100644
--- a/vapi/polkit-agent-1.vapi
+++ b/vapi/polkit-agent-1.vapi
@@ -12,7 +12,7 @@ namespace PolkitAgent {
public static void unregister (void* registration_handle);
}
[CCode (cheader_filename = "polkitagent/polkitagent.h", type_id = "polkit_agent_session_get_type ()")]
- public class Session : GLib.Object {
+ public sealed class Session : GLib.Object {
[CCode (has_construct_function = false)]
public Session (Polkit.Identity identity, string cookie);
public void cancel ();
@@ -28,7 +28,7 @@ namespace PolkitAgent {
public signal void show_info (string text);
}
[CCode (cheader_filename = "polkitagent/polkitagent.h", type_id = "polkit_agent_text_listener_get_type ()")]
- public class TextListener : PolkitAgent.Listener, GLib.Initable {
+ public sealed class TextListener : PolkitAgent.Listener, GLib.Initable {
[CCode (has_construct_function = false, type = "PolkitAgentListener*")]
public TextListener (GLib.Cancellable? cancellable = null) throws GLib.Error;
}