File: GInterfaceAttribute.xml

package info (click to toggle)
gtk-sharp3 2.99.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,488 kB
  • sloc: xml: 308,885; cs: 38,796; sh: 11,336; perl: 1,295; makefile: 1,099; ansic: 903
file content (48 lines) | stat: -rw-r--r-- 2,103 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Type Name="GInterfaceAttribute" FullName="GLib.GInterfaceAttribute">
  <TypeSignature Language="C#" Value="public sealed class GInterfaceAttribute : Attribute" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit GInterfaceAttribute extends System.Attribute" />
  <AssemblyInfo>
    <AssemblyName>glib-sharp</AssemblyName>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Attribute</BaseTypeName>
  </Base>
  <Interfaces />
  <Attributes>
    <Attribute>
      <AttributeName>System.AttributeUsage(System.AttributeTargets.Interface)</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>GInterface Attribute.</summary>
    <remarks>Identifies an implementation interface corresponding to a native GInterface and provides access to the Adapter type for the interface.</remarks>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public GInterfaceAttribute (Type adapter_type);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type adapter_type) cil managed" />
      <MemberType>Constructor</MemberType>
      <Parameters>
        <Parameter Name="adapter_type" Type="System.Type" />
      </Parameters>
      <Docs>
        <param name="adapter_type">Adapter type containing registration information.</param>
        <summary>Public Constructor.</summary>
        <remarks />
      </Docs>
    </Member>
    <Member MemberName="AdapterType">
      <MemberSignature Language="C#" Value="public Type AdapterType { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance class System.Type AdapterType" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>System.Type</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>Adapter Property.</summary>
        <value>A <see cref="T:GLib.GInterfaceAdapter" /> subclass containing registration information for the GInterface.</value>
        <remarks />
      </Docs>
    </Member>
  </Members>
</Type>