Struct xpcom::interfaces::nsIRDFPropagatableDataSource [] [src]

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

interface nsIRDFPropagatableDataSource : nsISupports

/**
 * An nsIRDFPropagatableDataSource provides an ability to suppress
 * synchronization notifications.
 */

Methods

impl nsIRDFPropagatableDataSource
[src]

[src]

Cast this nsIRDFPropagatableDataSource to one of its base interfaces.

impl nsIRDFPropagatableDataSource
[src]

[src]

/**
   * Set this value to <code>true</code> to enable synchronization
   * notifications.
   *
   * Set this value to <code>false</code> to disable synchronization
   * notifications.
   *
   * By default, this value is <code>true</code>.
   */

attribute boolean propagateChanges;

[src]

/**
   * Set this value to <code>true</code> to enable synchronization
   * notifications.
   *
   * Set this value to <code>false</code> to disable synchronization
   * notifications.
   *
   * By default, this value is <code>true</code>.
   */

attribute boolean propagateChanges;

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 nsIRDFPropagatableDataSource
[src]

IID: nsIID = nsID(1520125808, 40907, 17159, [161, 46, 75, 103, 8, 231, 139, 151])

[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 nsIRDFPropagatableDataSource
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFPropagatableDataSource
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.