summaryrefslogtreecommitdiff
path: root/gstudio/xmlrpc/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/xmlrpc/__init__.py')
-rw-r--r--gstudio/xmlrpc/__init__.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/gstudio/xmlrpc/__init__.py b/gstudio/xmlrpc/__init__.py
index dc767c6d..beb1e722 100644
--- a/gstudio/xmlrpc/__init__.py
+++ b/gstudio/xmlrpc/__init__.py
@@ -111,7 +111,18 @@ GSTUDIO_XMLRPC_METAWEBLOG = [
'metaWeblog.getlatestSSID'),
('gstudio.xmlrpc.metaweblog.getAllSnapshots',
'metaWeblog.getAllSnapshots'),
-
+ ('gstudio.xmlrpc.metaweblog.setAttributetype',
+ 'metaWeblog.setAttributetype'),
+ ('gstudio.xmlrpc.metaweblog.setRelationtype',
+ 'metaWeblog.setRelationtype'),
+ ('gstudio.xmlrpc.metaweblog.setObjecttype',
+ 'metaWeblog.setObjecttype'),
+ ('gstudio.xmlrpc.metaweblog.setObject',
+ 'metaWeblog.setObject'),
+ ('gstudio.xmlrpc.metaweblog.setAttribute',
+ 'metaWeblog.setAttribute'),
+ ('gstudio.xmlrpc.metaweblog.setRelation',
+ 'metaWeblog.setRelation'),
('gstudio.xmlrpc.metaweblog.getGbobjectNeighbourhood',
'metaWeblog.getGbobjectNeighbourhood')