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

« back to all changes in this revision

Viewing changes to Tomboy/ApplicationAddin.cs

Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                /// Called when Tomboy has started up and is nearly 100% initialized.
14
14
                /// </summary>
15
15
                public abstract void Initialize ();
16
 
                
 
16
 
17
17
                /// <summary>
18
18
                /// Called just before Tomboy shuts down for good.
19
19
                /// </summary>
20
20
                public abstract void Shutdown ();
21
 
                
 
21
 
22
22
                /// <summary>
23
23
                /// Return true if the addin is initialized
24
24
                /// </summary>