~ubuntu-branches/ubuntu/vivid/ibus/vivid

« back to all changes in this revision

Viewing changes to src/ibusxml.h

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2014-01-26 16:28:28 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20140126162828-un06o3yylyb9xonf
Tags: 1.5.5-1
* New upstream release.
  - CVE-2013-4509 (also with FC19 patch).  Closes: #729065
  - Update ibus-setup message. Closes: #729472
* Sync with ibus-1.5.5-1.fc19.src.rpm
* Update debian/rules using DEB_*_MAINT_APPEND (compat=9).
* Update README.Debian. Closes: #732434
* Update Standards-Version: 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
2
2
/* vim:set et sts=4: */
3
3
/* bus - The Input Bus
4
 
 * Copyright (C) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
5
 
 * Copyright (C) 2008-2010 Red Hat, Inc.
 
4
 * Copyright (C) 2008-2013 Peng Huang <shawn.p.huang@gmail.com>
 
5
 * Copyright (C) 2008-2013 Red Hat, Inc.
6
6
 *
7
7
 * This library is free software; you can redistribute it and/or
8
8
 * modify it under the terms of the GNU Lesser General Public
24
24
#error "Only <ibus.h> can be included directly"
25
25
#endif
26
26
 
 
27
#ifndef __IBUS_XML_H__
 
28
#define __IBUS_XML_H__
 
29
 
27
30
/**
28
31
 * SECTION: ibusxml
29
32
 * @short_description: XML handling functions for IBus.
31
34
 *
32
35
 * IBusXML lists data structure and handling function for XML in IBus.
33
36
 */
34
 
#ifndef __IBUS_XML_H__
35
 
#define __IBUS_XML_H__
36
37
 
37
38
#include <glib.h>
38
39