~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/Libraries/Mtp/Mtp/FileType.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-02-15 13:32:06 UTC
  • mfrom: (6.3.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130215133206-tw11r3dsi8ewj8ed
Tags: 2.6.0-6ubuntu1
* [6e1f0dd] Merge from Debian Experimental, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
  - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~
  - [03c8cad] Set debian-branch to ubuntu/raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
{
34
34
    public enum FileType
35
35
    {
 
36
#if LIBMTP_FILETYPE_ENUM_HAS_FOLDER
 
37
        FOLDER,
 
38
#endif
36
39
        WAV,
37
40
        MP3,
38
41
        WMA,
74
77
        MHT,
75
78
        JP2,
76
79
        JPX,
 
80
        ALBUM,
 
81
        PLAYLIST,
77
82
        UNKNOWN
78
83
    }
79
84
}