~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-media/brasero-medium-monitor.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-28 01:12:27 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090728011227-tiva9yorc5d1r5hs
Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        BRASERO_MEDIA_TYPE_WRITABLE                     = 1 << 3,
86
86
        BRASERO_MEDIA_TYPE_REWRITABLE                   = 1 << 4,
87
87
        BRASERO_MEDIA_TYPE_ANY_IN_BURNER                = 1 << 5,
88
 
 
89
 
        /* If combined with other flags it will filter.
90
 
         * if alone all CDs are returned.
91
 
         * It can't be combined with FILE type. */
92
 
        BRASERO_MEDIA_TYPE_CD                                   = 1 << 6,
93
 
 
94
 
        BRASERO_MEDIA_TYPE_ALL_BUT_FILE                 = 0x7F,
 
88
        BRASERO_MEDIA_TYPE_ALL_BUT_FILE                 = 0xFE,
95
89
        BRASERO_MEDIA_TYPE_ALL                          = 0xFF
96
90
} BraseroMediaType;
97
91