chromium/ppapi/c/dev/ppb_char_set_dev.h

/* Copyright 2012 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#ifndef PPAPI_C_DEV_PPB_CHAR_SET_DEV_H_
#define PPAPI_C_DEV_PPB_CHAR_SET_DEV_H_

#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"

#define PPB_CHAR_SET_DEV_INTERFACE_0_4
#define PPB_CHAR_SET_DEV_INTERFACE

// Specifies the error behavior for the character set conversion functions.
// This will affect two cases: where the input is not encoded correctly, and
// when the requested character can not be converted to the destination
// character set.
enum PP_CharSet_ConversionError {};
PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES();

struct PPB_CharSet_Dev_0_4 {};

PPB_CharSet_Dev;

#endif  // PPAPI_C_DEV_PPB_CHAR_SET_DEV_H_