2009-01-07 21:12:08 +00:00
<Type Name= "AppLaunchContext" FullName= "GLib.AppLaunchContext" >
<TypeSignature Language= "C#" Value= "public class AppLaunchContext : GLib.Object" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit AppLaunchContext extends GLib.Object" />
2009-01-07 21:12:08 +00:00
<AssemblyInfo >
<AssemblyName > gio-sharp</AssemblyName>
</AssemblyInfo>
<Base >
<BaseTypeName > GLib.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs >
2009-01-08 15:28:17 +00:00
<summary > Integrating the launch with the launching application. This is used to handle for instance startup notification and launching the new application on the same screen as the launching window.</summary>
2009-01-07 21:12:08 +00:00
<remarks > To be added.</remarks>
<since version= "Gtk# 2.14" />
</Docs>
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public AppLaunchContext ();" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
2009-01-07 21:12:08 +00:00
<MemberType > Constructor</MemberType>
<Parameters />
<Docs >
2009-01-08 15:28:17 +00:00
<summary > Creates a new application launch context.</summary>
<remarks > This is not normally used, instead you instantiate a subclass of this, such as <see cref= "T:Gdk.AppLaunchContext" /> .</remarks>
2009-01-07 21:12:08 +00:00
<since version= "Gtk# 2.14" />
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public AppLaunchContext (IntPtr raw);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" />
2009-01-07 21:12:08 +00:00
<MemberType > Constructor</MemberType>
<Parameters >
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
<Docs >
2013-12-04 20:23:25 +00:00
<param name= "raw" > Native object pointer.</param>
<summary > Internal constructor</summary>
<remarks > This is not typically used by C# code. Exposed primarily for use by language bindings to wrap native object instances.</remarks>
2009-01-07 21:12:08 +00:00
<since version= "Gtk# 2.14" />
</Docs>
</Member>
<Member MemberName= "GetDisplay" >
2013-11-30 15:01:53 +00:00
<MemberSignature Language= "C#" Value= "public string GetDisplay (GLib.IAppInfo info, GLib.List files);" />
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig instance string GetDisplay(class GLib.IAppInfo info, class GLib.List files) cil managed" />
2009-01-07 21:12:08 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters >
2013-11-30 15:01:53 +00:00
<Parameter Name= "info" Type= "GLib.IAppInfo" />
2009-01-07 21:12:08 +00:00
<Parameter Name= "files" Type= "GLib.List" />
</Parameters>
<Docs >
2013-11-30 15:01:53 +00:00
<param name= "info" > To be added.</param>
<param name= "files" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2009-01-07 21:12:08 +00:00
</Docs>
</Member>
<Member MemberName= "GetStartupNotifyId" >
2013-11-30 15:01:53 +00:00
<MemberSignature Language= "C#" Value= "public string GetStartupNotifyId (GLib.IAppInfo info, GLib.List files);" />
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig instance string GetStartupNotifyId(class GLib.IAppInfo info, class GLib.List files) cil managed" />
2009-01-07 21:12:08 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters >
2013-11-30 15:01:53 +00:00
<Parameter Name= "info" Type= "GLib.IAppInfo" />
2009-01-07 21:12:08 +00:00
<Parameter Name= "files" Type= "GLib.List" />
</Parameters>
<Docs >
2013-11-30 15:01:53 +00:00
<param name= "info" > To be added.</param>
<param name= "files" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
<since version= "Gtk# 3.0" />
2009-01-07 21:12:08 +00:00
</Docs>
</Member>
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; }" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".property valuetype GLib.GType GType" />
2009-01-07 21:12:08 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Docs >
2013-12-04 20:19:59 +00:00
<summary > GType Property.</summary>
<value > The native <see cref= "T:GLib.GType" /> value.</value>
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:GLib.AppLaunchContext" /> .</remarks>
2009-01-07 21:12:08 +00:00
<since version= "Gtk# 2.14" />
</Docs>
</Member>
<Member MemberName= "LaunchFailed" >
<MemberSignature Language= "C#" Value= "public void LaunchFailed (string startup_notify_id);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig instance void LaunchFailed(string startup_notify_id) cil managed" />
2009-01-07 21:12:08 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "startup_notify_id" Type= "System.String" />
</Parameters>
<Docs >
2009-01-08 15:28:17 +00:00
<param name= "startup_notify_id" > The startup notification id that was returned by <see cref= "M:GLib.AppLaunchContext.GetStartupNotifyId" /> .</param>
<summary > Called when an application has failed to launch.</summary>
<remarks > Called when an application has failed to launch, so that it can cancel the application startup notification started in <see cref= "M:AppLaunchContext.GetStartupNotifyId" /> .</remarks>
2009-01-07 21:12:08 +00:00
<since version= "Gtk# 2.14" />
</Docs>
</Member>
2009-05-14 18:32:22 +00:00
<Member MemberName= "OnGetDisplay" >
2013-11-30 15:01:53 +00:00
<MemberSignature Language= "C#" Value= "protected virtual string OnGetDisplay (GLib.IAppInfo info, GLib.List files);" />
<MemberSignature Language= "ILAsm" Value= ".method familyhidebysig newslot virtual instance string OnGetDisplay(class GLib.IAppInfo info, class GLib.List files) cil managed" />
2009-05-14 18:32:22 +00:00
<MemberType > Method</MemberType>
<Attributes >
<Attribute >
<AttributeName > GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetDisplay", Type=typeof(GLib.AppLaunchContext))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters >
2013-11-30 15:01:53 +00:00
<Parameter Name= "info" Type= "GLib.IAppInfo" />
2009-05-14 18:32:22 +00:00
<Parameter Name= "files" Type= "GLib.List" />
</Parameters>
<Docs >
<param name= "info" > To be added.</param>
<param name= "files" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
2013-11-30 15:01:53 +00:00
<since version= "Gtk# 3.0" />
2009-05-14 18:32:22 +00:00
</Docs>
</Member>
<Member MemberName= "OnGetStartupNotifyId" >
2013-11-30 15:01:53 +00:00
<MemberSignature Language= "C#" Value= "protected virtual string OnGetStartupNotifyId (GLib.IAppInfo info, GLib.List files);" />
<MemberSignature Language= "ILAsm" Value= ".method familyhidebysig newslot virtual instance string OnGetStartupNotifyId(class GLib.IAppInfo info, class GLib.List files) cil managed" />
2009-05-14 18:32:22 +00:00
<MemberType > Method</MemberType>
<Attributes >
<Attribute >
<AttributeName > GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetStartupNotifyId", Type=typeof(GLib.AppLaunchContext))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters >
2013-11-30 15:01:53 +00:00
<Parameter Name= "info" Type= "GLib.IAppInfo" />
2009-05-14 18:32:22 +00:00
<Parameter Name= "files" Type= "GLib.List" />
</Parameters>
<Docs >
<param name= "info" > To be added.</param>
<param name= "files" > To be added.</param>
<summary > To be added.</summary>
<returns > To be added.</returns>
<remarks > To be added.</remarks>
2013-11-30 15:01:53 +00:00
<since version= "Gtk# 3.0" />
2009-05-14 18:32:22 +00:00
</Docs>
</Member>
<Member MemberName= "OnLaunchFailed" >
<MemberSignature Language= "C#" Value= "protected virtual void OnLaunchFailed (string startup_notify_id);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method familyhidebysig newslot virtual instance void OnLaunchFailed(string startup_notify_id) cil managed" />
2009-05-14 18:32:22 +00:00
<MemberType > Method</MemberType>
<Attributes >
<Attribute >
<AttributeName > GLib.DefaultSignalHandler(ConnectionMethod="OverrideLaunchFailed", Type=typeof(GLib.AppLaunchContext))</AttributeName>
</Attribute>
</Attributes>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "startup_notify_id" Type= "System.String" />
</Parameters>
<Docs >
<param name= "startup_notify_id" > To be added.</param>
<summary > To be added.</summary>
<remarks > To be added.</remarks>
<since version= "Gtk# 2.14" />
</Docs>
</Member>
2009-01-07 21:12:08 +00:00
</Members>
2009-05-14 18:32:22 +00:00
</Type>