ishcherb / rpms / abrt

Forked from rpms/abrt 6 years ago
Clone
fa19501
From 7af709b3054bafc118d216c59b2d2c9ed49ce31c Mon Sep 17 00:00:00 2001
fa19501
From: Jakub Filak <jfilak@redhat.com>
fa19501
Date: Mon, 16 Mar 2015 14:13:14 +0100
fa19501
Subject: [PATCH] doc: add documentation for GetProblemData
fa19501
fa19501
For cockpit-abrt.
fa19501
fa19501
Signed-off-by: Jakub Filak <jfilak@redhat.com>
fa19501
---
fa19501
 doc/problems-service/org.freedesktop.Problems.xml.in | 12 ++++++++++++
fa19501
 1 file changed, 12 insertions(+)
fa19501
fa19501
diff --git a/doc/problems-service/org.freedesktop.Problems.xml.in b/doc/problems-service/org.freedesktop.Problems.xml.in
fa19501
index 705b286..6fcd990 100644
fa19501
--- a/doc/problems-service/org.freedesktop.Problems.xml.in
fa19501
+++ b/doc/problems-service/org.freedesktop.Problems.xml.in
fa19501
@@ -253,6 +253,18 @@ for prblmid in problems.GetProblems():
fa19501
                 </arg>
fa19501
             </method>
fa19501
 
fa19501
+            <method name='GetProblemData'>"
fa19501
+                <tp:docstring>Returns problem's data.</tp:docstring>
fa19501
+
fa19501
+                <arg type='s' name='problem_dir' direction='in'>
fa19501
+                    <tp:docstring>An identifier of problem.</tp:docstring>
fa19501
+                </arg>
fa19501
+
fa19501
+                <arg type='a{sits}' name='problem_data' direction='out'>
fa19501
+                    <tp:docstring>A dictionary where keys are element names and values are triplets (element libreport flags, element size, element contents).</tp:docstring>
fa19501
+                </arg>
fa19501
+            </method>
fa19501
+
fa19501
             <method name='ChownProblemDir'>
fa19501
                 <tp:docstring>Assures ownership of a specified problem for the caller.</tp:docstring>
fa19501
 
fa19501
-- 
fa19501
2.1.0
fa19501