~ubuntu-branches/ubuntu/quantal/foomatic-filters/quantal

« back to all changes in this revision

Viewing changes to colord.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud, Didier Raboud, Translation updates
  • Date: 2011-08-03 17:20:54 UTC
  • mfrom: (1.2.6 upstream) (2.1.55 oneiric)
  • Revision ID: james.westby@ubuntu.com-20110803172054-bf45a2sybupeiavc
Tags: 4.0.9-1
* New upstream release
  - Fixed build of foomatic-rip on systems without D-Bus.

[ Didier Raboud]
* Uploaders update:
  - Drop Chris Lawrence, with his consent and great thanks for the 6 years
    of work on foomatic-filters.
  + Add Till Kamppeter.
* Bump Standards-Version to 3.9.2 without changes needed.

[ Translation updates ]
* Danish (new translation, Joe Dalton, Closes: #614294)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* colord.h
 
2
 *
 
3
 * Copyright (C) 2011 Richard Hughes <richard@hughsie.com>
 
4
 *
 
5
 * This file is part of foomatic-rip.
 
6
 *
 
7
 * Foomatic-rip is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License as published by
 
9
 * the Free Software Foundation; either version 2 of the License, or
 
10
 * (at your option) any later version.
 
11
 *
 
12
 * Foomatic-rip is distributed in the hope that it will be useful, but
 
13
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
 * General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU Lesser General Public
 
18
 * License along with this library; if not, write to the
 
19
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
20
 * Boston, MA 02111-1307, USA.
 
21
 */
 
22
 
 
23
char   *colord_get_profile_for_device_id  (const char *device_id,
 
24
                                           const char **qualifier_tuple);