~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/panelapplet/PanelAppletFactoryCallback.cs

Tags: upstream-0.3.9+dfsg
ImportĀ upstreamĀ versionĀ 0.3.9+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file was generated by the Gtk# code generator.
 
2
// Any changes made will be lost if regenerated.
 
3
 
 
4
namespace _Gnome {
 
5
 
 
6
        using System;
 
7
 
 
8
        public delegate bool PanelAppletFactoryCallback(_Gnome.PanelApplet applet, string iid);
 
9
 
 
10
}