Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created August 16, 2008 09:28
Show Gist options
  • Save danlucraft/5704 to your computer and use it in GitHub Desktop.
Save danlucraft/5704 to your computer and use it in GitHub Desktop.
using GLib;
using Gee;
namespace Gtk.Mate {
public class Marker : Object {
}
public class Scanner : Object, Iterable<Marker> {
public class Iterator<Marker> : Object, Gee.Iterator<Marker> {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment