aboutsummaryrefslogtreecommitdiff
path: root/src/recoverable-problem.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-04-02 10:02:26 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-04-02 10:02:26 -0500
commitf84deabcfd27e09695249eaed6295e3d5fea19d3 (patch)
treeb5bd183189ceaeb621b18b10e6a05b649a2bfaf6 /src/recoverable-problem.h
parent8401862ae66ac619f517cd4bb37a07c6847f625c (diff)
downloadayatana-indicator-session-f84deabcfd27e09695249eaed6295e3d5fea19d3.tar.gz
ayatana-indicator-session-f84deabcfd27e09695249eaed6295e3d5fea19d3.tar.bz2
ayatana-indicator-session-f84deabcfd27e09695249eaed6295e3d5fea19d3.zip
copy recoverable-problem.[ch] from url-dispatcher 0.1+14.04.20140331.1-0ubuntu1
Diffstat (limited to 'src/recoverable-problem.h')
-rw-r--r--src/recoverable-problem.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/recoverable-problem.h b/src/recoverable-problem.h
new file mode 100644
index 0000000..e5fadab
--- /dev/null
+++ b/src/recoverable-problem.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2013 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as published
+ * by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Ted Gould <ted.gould@canonical.com>
+ */
+
+#include <gio/gio.h>
+
+void report_recoverable_problem (const gchar * signature,
+ GPid report_pid,
+ gboolean wait,
+ gchar * additional_properties[]);
+