public interface URIHandler {
public signal void new_uri ( string uri ) ;
public uint get_uri_type ( ) ;
public abstract weak string get_protocols ( ) ;
public abstract weak string get_protocols_full ( GLib.Type type ) ;
public abstract URIType get_type ( ) ;
public abstract URIType get_type_full ( GLib.Type type ) ;
public abstract weak string get_uri ( ) ;
public abstract bool set_uri ( string uri ) ;
}
public signal void new_uri ( string uri ) ;
public uint get_uri_type ( ) ;
public abstract weak string get_protocols ( ) ;
public abstract weak string get_protocols_full ( GLib.Type type ) ;
public abstract URIType get_type ( ) ;
public abstract URIType get_type_full ( GLib.Type type ) ;
public abstract weak string get_uri ( ) ;
public abstract bool set_uri ( string uri ) ;
Created by Valadoc