~iwarford/do-plugins/fart-plugin-fwiw

« back to all changes in this revision

Viewing changes to GNOME-Screenshot/src/ScreenshotItem.cs

  • Committer: Jason Jones
  • Date: 2008-12-24 04:45:02 UTC
  • mfrom: (335.1.9 do-plugins)
  • Revision ID: jasonedwardjones@gmail.com-20081224044502-ra56ym06cp1iqs7t
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
namespace GNOME {
26
26
        abstract class ScreenshotItem : Item {
27
 
                public abstract string Name { get; }
28
 
                public abstract string Description { get; }
29
 
                public abstract string Icon { get; }
30
27
        }
31
28
}