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

« back to all changes in this revision

Viewing changes to Tomboy/panelapplet/generated/ObjectManager.cs

Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

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 GtkSharp.PanelappletSharp {
 
5
 
 
6
        public class ObjectManager {
 
7
 
 
8
                static bool initialized = false;
 
9
                // Call this method from the appropriate module init function.
 
10
                public static void Initialize ()
 
11
                {
 
12
                        if (initialized)
 
13
                                return;
 
14
 
 
15
                        initialized = true;
 
16
                        GLib.ObjectManager.RegisterType("PanelApplet", "PanelApplet.PanelApplet,panelapplet-sharp");
 
17
                }
 
18
        }
 
19
}