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

« back to all changes in this revision

Viewing changes to dbus/dbus-marshal-validate.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:
24
24
#ifndef DBUS_MARSHAL_VALIDATE_H
25
25
#define DBUS_MARSHAL_VALIDATE_H
26
26
 
27
 
#include <config.h>
28
 
 
29
 
#ifndef PACKAGE
30
 
#error "config.h not included here"
31
 
#endif
32
 
 
33
27
/**
34
28
 * @addtogroup DBusMarshal
35
29
 *
117
111
  DBUS_INVALID_DICT_ENTRY_HAS_TOO_MANY_FIELDS = 53,
118
112
  DBUS_INVALID_DICT_ENTRY_NOT_INSIDE_ARRAY = 54,
119
113
  DBUS_INVALID_DICT_KEY_MUST_BE_BASIC_TYPE = 55,
 
114
  DBUS_INVALID_MISSING_UNIX_FDS = 56,
120
115
  DBUS_VALIDITY_LAST
121
116
} DBusValidity;
122
117