File: SpawnChildSetupFunc.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 (18 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Type Name="SpawnChildSetupFunc" FullName="GLib.SpawnChildSetupFunc">
  <TypeSignature Language="C#" Value="public delegate void SpawnChildSetupFunc();" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SpawnChildSetupFunc extends System.MulticastDelegate" />
  <AssemblyInfo>
    <AssemblyName>glib-sharp</AssemblyName>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters />
  <ReturnValue>
    <ReturnType>System.Void</ReturnType>
  </ReturnValue>
  <Docs>
    <summary>Child process setup callback delegate.</summary>
    <remarks>Pass this delegate one of the Spawn methods on <see cref="T:GLib.Process" /> to perform process setup.  Note that using this capability can cause portability issues if you are targetting a win32 environment.  In POSIX environments, the function is run in the child's environment, but on win32 this is not possible, so it runs in the parent environment.</remarks>
  </Docs>
</Type>