|
|
__init__(self)
Constructor should call the base constructor and initialize all
variables that are restored from configuration |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configure(self,
window)
Uses the conduit.DataProvider.DataProviderSimpleConfigurator
class to show a simple configuration dialog which is just a gtk.Enry
where the user can enter one or more GNOME wiki pages names,
seperated by commas |
source code
|
|
|
|
refresh(self)
The refresh method should do whatever is needed to ensure that a
subseqent call to get_all returns the correct result. |
source code
|
|
|
|
|
|
conduit.DataType.DataType
|
get(self,
LUID)
Returns the data identified by the supplied LUID. |
source code
|
|
|
|
put(self,
data,
overwrite,
LUID)
Returns:
The Rid of the page at location LUID |
source code
|
|
|
|
|
dict(string)
|
|
|
|
set_configuration(self,
config)
If you override this function then you are responsible for
checking the sanity of values in the config dict, including setting
any instance variables to sane defaults |
source code
|
|
|
|
is_configured(self,
isSource,
isTwoWay)
Returns:
True if this instance has been correctly configured, and data can
be retrieved/stored into it |
source code
|
|
string
|
|
|
Inherited from conduit.dataproviders.DataProvider.DataSource:
add,
get_changes,
get_num_items
Inherited from conduit.dataproviders.DataProvider.DataProviderBase:
emit,
emit_change_detected,
finish,
get_configuration_xml,
get_input_conversion_args,
get_input_type,
get_name,
get_output_conversion_args,
get_output_type,
get_status,
initialize,
is_busy,
set_configuration_xml,
set_status,
uninitialize
|