~ubuntu-branches/debian/squeeze/muine/squeeze

« back to all changes in this revision

Viewing changes to doc/en/Muine.PluginLib/TickEventHandler.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2007-02-13 00:07:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070213000732-te83ms9n1ou7ek12
Tags: 0.8.7-1
* New upstream release
  - Require Gtk# 2.6 or newer
  - Build-depend on mono-gmcs, gtk# 2.6
  - Build-depend on libmono-cairo2.0-cil
* muine.install
   - Drop debian/tmp/usr/lib/mono/gac/*
   - Drop debian/tmp/usr/lib/mono/muine/*
   - Add debian/tmp/usr/lib/muine/*dll*
* Build-depend on mono-gmcs, gtk# 2.6
* Urgency high to get rid of gstreamer 0.8 at
  the request of the security team (Closes: #410442)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="TickEventHandler" FullName="Muine.PluginLib.TickEventHandler">
 
2
  <TypeSignature Language="C#" Maintainer="auto" Value="public delegate void TickEventHandler(int position);" />
 
3
  <AssemblyInfo>
 
4
    <AssemblyName>muine-plugin</AssemblyName>
 
5
    <AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 C5 37 4D 60 8D CC BC 44 7A D1 32 5C B6 3C 9B D1 6B 06 FB A7 3E A7 1A 10 D3 C9 F3 11 88 C7 7D D3 04 CA B0 96 51 5C 27 24 3C 5C 31 1D A5 06 36 19 95 BB 06 BB 44 FD 61 84 E0 5A 64 B4 83 3B A8 51 D3 19 7A DC F9 3E 16 C3 70 08 C9 6A 52 D3 34 66 7B B8 E0 D1 9F 27 71 7A E9 79 69 47 BE 41 4F B7 F6 BF 6F BE 3B E7 71 12 73 FC 8A 1D FD 7C 4B 24 7F C3 5E A6 EE 15 E4 1F A2 FB 99 9B 72 04 64 82]</AssemblyPublicKey>
 
6
    <AssemblyVersion>1.0.0.0</AssemblyVersion>
 
7
  </AssemblyInfo>
 
8
  <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
 
9
  <Docs>
 
10
    <param name="position">To be added.</param>
 
11
    <summary>To be added</summary>
 
12
    <remarks>To be added</remarks>
 
13
  </Docs>
 
14
  <Base>
 
15
    <BaseTypeName>System.Delegate</BaseTypeName>
 
16
  </Base>
 
17
  <Members />
 
18
  <ReturnValue>
 
19
    <ReturnType>System.Void</ReturnType>
 
20
  </ReturnValue>
 
21
  <Parameters>
 
22
    <Parameter Name="position" Type="System.Int32" />
 
23
  </Parameters>
 
24
</Type>