Struct xpcom::interfaces::nsIRDFRemoteDataSource [] [src]

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

interface nsIRDFRemoteDataSource : nsISupports

/**
 * A datasource that may load asynchronously
 */

Methods

impl nsIRDFRemoteDataSource
[src]

[src]

Cast this nsIRDFRemoteDataSource to one of its base interfaces.

impl nsIRDFRemoteDataSource
[src]

[src]

/**
     * This value is <code>true</code> when the datasource has
     * fully loaded itself.
     */

readonly attribute boolean loaded;

[src]

/**
     * Specify the URI for the data source: this is the prefix
     * that will be used to register the data source in the
     * data source registry.
     * @param aURI the URI to load
     */

void Init (in string aURI);

[src]

/**
     * Refresh the remote datasource, re-loading its contents
     * from the URI.
     *
     * @param aBlocking If <code>true</code>, the call will block
     * until the datasource has completely reloaded.
     */

void Refresh (in boolean aBlocking);

[src]

/**
     * Request that a data source write its contents out to
     * permanent storage, if applicable.
     */

void Flush ();

[src]

void FlushTo (in string aURI);

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

IID: nsIID = nsID(489255712, 10231, 4563, [190, 1, 0, 0, 100, 101, 115, 116])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFRemoteDataSource
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.