~ubuntu-branches/ubuntu/maverick/dbus/maverick-security

« back to all changes in this revision

Viewing changes to bus/desktop-file.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Copyright (C) 2003  CodeFactory AB
5
5
 *
6
6
 * Licensed under the Academic Free License version 2.1
7
 
 * 
 
7
 *
8
8
 * This program is free software; you can redistribute it and/or modify
9
9
 * it under the terms of the GNU General Public License as published by
10
10
 * the Free Software Foundation; either version 2 of the License, or
14
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
16
 * GNU General Public License for more details.
17
 
 * 
 
17
 *
18
18
 * You should have received a copy of the GNU General Public License
19
19
 * along with this program; if not, write to the Free Software
20
20
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
35
35
#define DBUS_SERVICE_EXEC     "Exec"
36
36
#define DBUS_SERVICE_USER     "User"
37
37
#define DBUS_SERVICE_GROUP    "Group"
 
38
#define DBUS_SERVICE_SYSTEMD_SERVICE "SystemdService"
38
39
 
39
40
typedef struct BusDesktopFile BusDesktopFile;
40
41