19 lines
360 B
C#
19 lines
360 B
C#
|
|
// This file was generated by the Gtk# code generator.
|
||
|
|
// Any changes made will be lost if regenerated.
|
||
|
|
|
||
|
|
namespace GLib {
|
||
|
|
|
||
|
|
using System;
|
||
|
|
|
||
|
|
public delegate void LaunchedFailedHandler(object o, LaunchedFailedArgs args);
|
||
|
|
|
||
|
|
public class LaunchedFailedArgs : GLib.SignalArgs {
|
||
|
|
public string StartupNotifyId{
|
||
|
|
get {
|
||
|
|
return (string) Args [0];
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|