~ubuntu-branches/ubuntu/trusty/gq/trusty

« back to all changes in this revision

Viewing changes to src/gq-enumerations.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2009-10-25 23:34:56 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091025233456-i794n3yg2cff930j
Tags: 1.3.4-1
* QA upload.
  + Set maintainer to Debian QA Group <packages@qa.debian.org>.
* New upstream release. (Closes: #534705).
  + Does not segfault on amd64. (Closes: #444312).
  + Remove all existing patches and change patch system to quilt.
  + Replace dpatch build-dep with quilt.
* 01_desktop_file.diff - Remove encoding and bogus categories 
  from desktop file.
* Copy in config.{sub,guess} on configure, rm them on clean.
  + Add build-dep on autotools-dev.
* Make clean not ignore errors.
* Add copyright holders and version path to GPL (GPL-2).
* Update watch file to use SF redirector. (Closes: #449749).
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.8.3.
  + Menu policy transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#ifndef GQ_ENUMERATIONS_H
 
5
#define GQ_ENUMERATIONS_H
 
6
 
 
7
#include <glib-object.h>
 
8
 
 
9
G_BEGIN_DECLS
 
10
 
 
11
/* enumerations from "gq-server.h" */
 
12
GType gq_bind_type_get_type (void);
 
13
#define GQ_TYPE_BIND_TYPE (gq_bind_type_get_type())
 
14
GType gq_server_flags_get_type (void);
 
15
#define GQ_TYPE_SERVER_FLAGS (gq_server_flags_get_type())
 
16
/* enumerations from "gq-tab-search.h" */
 
17
GType gq_search_mode_get_type (void);
 
18
#define GQ_TYPE_SEARCH_MODE (gq_search_mode_get_type())
 
19
G_END_DECLS
 
20
 
 
21
#endif /* !GQ_ENUMERATIONS_H */
 
22
 
 
23
/* Generated data ends here */
 
24