~ubuntu-branches/ubuntu/quantal/banshee/quantal

« back to all changes in this revision

Viewing changes to docs/Hyena/en/Hyena.Data.Gui/ITextCell.xml

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-09-23 16:41:43 UTC
  • mfrom: (1.2.22) (6.3.25 experimental)
  • Revision ID: package-import@ubuntu.com-20120923164143-xuygdccvr2uqjdfj
Tags: 2.5.1-1ubuntu1
* [9615bd3e] Merge from Debian Experimental (LP: #1041245), remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
* [77c7309] Drop Workaruond-for-set_Height-Exceptions.patch.
  Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Type Name="ITextCell" FullName="Hyena.Data.Gui.ITextCell">
2
2
  <TypeSignature Language="C#" Value="public interface ITextCell" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITextCell" />
3
4
  <AssemblyInfo>
4
5
    <AssemblyName>Hyena.Gui</AssemblyName>
5
6
    <AssemblyVersion>1.3.1.0</AssemblyVersion>
6
7
    <AssemblyVersion>1.4.0.0</AssemblyVersion>
7
8
    <AssemblyVersion>1.5.0.0</AssemblyVersion>
 
9
    <AssemblyVersion>2.4.0.0</AssemblyVersion>
8
10
  </AssemblyInfo>
9
11
  <Interfaces />
10
12
  <Docs>
13
15
  </Docs>
14
16
  <Members>
15
17
    <Member MemberName="FontWeight">
16
 
      <MemberSignature Language="C#" Value="public Pango.Weight FontWeight { set; get; }" />
 
18
      <MemberSignature Language="C#" Value="public Pango.Weight FontWeight { get; set; }" />
 
19
      <MemberSignature Language="ILAsm" Value=".property instance valuetype Pango.Weight FontWeight" />
17
20
      <MemberType>Property</MemberType>
18
21
      <AssemblyInfo>
19
22
        <AssemblyVersion>1.3.1.0</AssemblyVersion>
20
23
        <AssemblyVersion>1.4.0.0</AssemblyVersion>
21
24
        <AssemblyVersion>1.5.0.0</AssemblyVersion>
 
25
        <AssemblyVersion>2.4.0.0</AssemblyVersion>
22
26
      </AssemblyInfo>
23
27
      <ReturnValue>
24
28
        <ReturnType>Pango.Weight</ReturnType>