Struct xpcom::interfaces::nsISecurityEventSink [] [src]

#[repr(C)]
pub struct nsISecurityEventSink { /* fields omitted */ }

interface nsISecurityEventSink : nsISupports

Methods

impl nsISecurityEventSink
[src]

[src]

Cast this nsISecurityEventSink to one of its base interfaces.

impl nsISecurityEventSink
[src]

[src]

/**
      * Fired when a security change occurs due to page transitions,
      * or end document load. This interface should be called by
      * a security package (eg Netscape Personal Security Manager)
      * to notify nsIWebProgressListeners that security state has
      * changed. State flags are in nsIWebProgressListener.idl
      */

void onSecurityChange (in nsISupports i_Context, in unsigned long state);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsISecurityEventSink
[src]

IID: nsIID = nsID(2803560040, 56632, 18230, [189, 121, 3, 95, 234, 26, 30, 198])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsISecurityEventSink
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISecurityEventSink
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.