~indicator-applet-developers/ubuntu-app-launch/trunk.17.04

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/recoverable-problem.h

  • Committer: Ted Gould
  • Date: 2016-04-06 16:19:02 UTC
  • mto: This revision was merged to the branch mainline in revision 268.
  • Revision ID: ted@gould.cx-20160406161902-nti4ocrveugnhvyd
Switching to libwhoopsie for recoverable problem support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright 2013 Canonical Ltd.
3
 
 *
4
 
 * This program is free software: you can redistribute it and/or modify it
5
 
 * under the terms of the GNU General Public License version 3, as published
6
 
 * by the Free Software Foundation.
7
 
 *
8
 
 * This program is distributed in the hope that it will be useful, but
9
 
 * WITHOUT ANY WARRANTY; without even the implied warranties of
10
 
 * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
11
 
 * PURPOSE.  See the GNU General Public License for more details.
12
 
 *
13
 
 * You should have received a copy of the GNU General Public License along
14
 
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
15
 
 *
16
 
 * Authors:
17
 
 *     Ted Gould <ted.gould@canonical.com>
18
 
 */
19
 
 
20
 
#include <gio/gio.h>
21
 
 
22
 
void    report_recoverable_problem    (const gchar *   signature,
23
 
                                       GPid            report_pid,
24
 
                                       gboolean        wait,
25
 
                                       const gchar *   additional_properties[]);
26