mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-13 07:45:36 +00:00
7f3171c814
is now tracking Gnome 2.6. svn path=/trunk/gtk-sharp/; revision=35479
17 lines
253 B
C#
17 lines
253 B
C#
//
|
|
// MimeActionType.cs: GnomeVFSMimeActionType enum.
|
|
//
|
|
// Author:
|
|
// Jeroen Zwartepoorte <jeroen@xs4all.nl>
|
|
//
|
|
// (C) Copyright Jeroen Zwartepoorte 2004
|
|
//
|
|
|
|
namespace Gnome.Vfs {
|
|
public enum MimeActionType {
|
|
None,
|
|
Application,
|
|
Component
|
|
}
|
|
}
|