~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/PlatformService.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                public abstract DesktopApplication [] GetAllApplications (string mimetype);
47
47
                public abstract string GetMimeTypeDescription (string mt);
48
48
                public abstract string DefaultMonospaceFont { get; }
 
49
                public abstract string Name { get; }
49
50
                public abstract string GetIconForFile (string filename);
50
51
                
51
52
                public virtual string GetMimeTypeForUri (string uri) {