~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to src/brasero-io.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-10 01:16:00 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080810011600-bfb87m1rs6n0qx16
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2
2
/*
3
3
 * brasero
4
 
 * Copyright (C) Philippe Rouquier 2008 <bonfire-app@wanadoo.fr>
5
 
 * 
6
 
 * brasero is free software.
7
 
 * 
8
 
 * You may redistribute it and/or modify it under the terms of the
9
 
 * GNU General Public License, as published by the Free Software
10
 
 * Foundation; either version 2 of the License, or (at your option)
11
 
 * any later version.
 
4
 * Copyright (C) Philippe Rouquier 2005-2008 <bonfire-app@wanadoo.fr>
 
5
 * 
 
6
 *  Brasero is free software; you can redistribute it and/or modify
 
7
 *  it under the terms of the GNU General Public License as published by
 
8
 *  the Free Software Foundation; either version 2 of the License, or
 
9
 *  (at your option) any later version.
12
10
 * 
13
11
 * brasero is distributed in the hope that it will be useful,
14
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
59
57
        BRASERO_IO_INFO_ICON                    = 1,
60
58
        BRASERO_IO_INFO_PERM                    = 1 << 1,
61
59
        BRASERO_IO_INFO_METADATA                = 1 << 2,
62
 
        BRASERO_IO_INFO_RECURSIVE               = 1 << 3,
63
 
        BRASERO_IO_INFO_CHECK_PARENT_SYMLINK    = 1 << 4,
64
 
        BRASERO_IO_INFO_METADATA_MISSING_CODEC  = 1 << 5,
 
60
        BRASERO_IO_INFO_METADATA_SNAPSHOT               = 1 << 3,
 
61
        BRASERO_IO_INFO_RECURSIVE               = 1 << 4,
 
62
        BRASERO_IO_INFO_CHECK_PARENT_SYMLINK    = 1 << 5,
 
63
        BRASERO_IO_INFO_METADATA_MISSING_CODEC  = 1 << 6,
65
64
 
66
65
        BRASERO_IO_INFO_URGENT                  = 1 << 9,
67
66
        BRASERO_IO_INFO_IDLE                    = 1 << 10
83
82
#define BRASERO_IO_COUNT_SIZE           "count::size"
84
83
#define BRASERO_IO_COUNT_INVALID        "count::invalid"
85
84
 
 
85
#define BRASERO_IO_SNAPSHOT             "metadata::snapshot"
 
86
 
86
87
#define BRASERO_IO_LEN                  "metadata::length"
87
88
#define BRASERO_IO_ISRC                 "metadata::isrc"
88
89
#define BRASERO_IO_TITLE                "metadata::title"
89
90
#define BRASERO_IO_ARTIST               "metadata::artist"
90
91
#define BRASERO_IO_ALBUM                "metadata::album"
91
 
#define BRASERO_IO_ALBUM                "metadata::album"
92
92
#define BRASERO_IO_GENRE                "metadata::genre"
93
93
#define BRASERO_IO_COMPOSER             "metadata::composer"
94
94
#define BRASERO_IO_HAS_AUDIO            "metadata::has_audio"