IStatusNotifierItemHandler.GetPropertyContext Struct
Definition
public struct IStatusNotifierItemHandler.GetPropertyContext
Constructors
| Name | Description |
|---|---|
| IStatusNotifierItemHandler.GetPropertyContext | No summary available. |
IStatusNotifierItemHandler.GetPropertyContext Constructor
public IStatusNotifierItemHandler.GetPropertyContext(Tmds.DBus.Protocol.MethodContext methodContext)
Parameters
methodContext Tmds.DBus.Protocol.MethodContext
Methods
| Name | Description |
|---|---|
| Dispose | No summary available. |
| Handle | No summary available. |
| ReplyAttentionIconName | No summary available. |
| ReplyAttentionIconPixmap | No summary available. |
| ReplyAttentionMovieName | No summary available. |
| ReplyCategory | No summary available. |
| ReplyErrorUnknownProperty | No summary available. |
| ReplyIconName | No summary available. |
| ReplyIconPixmap | No summary available. |
| ReplyIconThemePath | No summary available. |
| ReplyId | No summary available. |
| ReplyItemIsMenu | No summary available. |
| ReplyMenu | No summary available. |
| ReplyOverlayIconName | No summary available. |
| ReplyOverlayIconPixmap | No summary available. |
| ReplyStatus | No summary available. |
| ReplyTitle | No summary available. |
| ReplyToolTip | No summary available. |
| ReplyWindowId | No summary available. |
Dispose Method
public void Dispose()
Handle Method
public System.Threading.Tasks.ValueTask Handle(Avalonia.FreeDesktop.DBus.IStatusNotifierItemProperties properties)
Parameters
properties Avalonia.FreeDesktop.DBus.IStatusNotifierItemProperties
Returns
System.Threading.Tasks.ValueTask
ReplyAttentionIconName Method
public void ReplyAttentionIconName(string value)
Parameters
value string
ReplyAttentionIconPixmap Method
public void ReplyAttentionIconPixmap(ValueTuple<int, int, byte[]>[] value)
Parameters
value ValueTuple<int, int, byte[]>[]
ReplyAttentionMovieName Method
public void ReplyAttentionMovieName(string value)
Parameters
value string
ReplyCategory Method
public void ReplyCategory(string value)
Parameters
value string
ReplyErrorUnknownProperty Method
public void ReplyErrorUnknownProperty()
ReplyIconName Method
public void ReplyIconName(string value)
Parameters
value string
ReplyIconPixmap Method
public void ReplyIconPixmap(ValueTuple<int, int, byte[]>[] value)
Parameters
value ValueTuple<int, int, byte[]>[]
ReplyIconThemePath Method
public void ReplyIconThemePath(string value)
Parameters
value string
ReplyId Method
public void ReplyId(string value)
Parameters
value string
ReplyItemIsMenu Method
public void ReplyItemIsMenu(bool value)
Parameters
value bool
ReplyMenu Method
public void ReplyMenu(Tmds.DBus.Protocol.ObjectPath value)
Parameters
value Tmds.DBus.Protocol.ObjectPath
ReplyOverlayIconName Method
public void ReplyOverlayIconName(string value)
Parameters
value string
ReplyOverlayIconPixmap Method
public void ReplyOverlayIconPixmap(ValueTuple<int, int, byte[]>[] value)
Parameters
value ValueTuple<int, int, byte[]>[]
ReplyStatus Method
public void ReplyStatus(string value)
Parameters
value string
ReplyTitle Method
public void ReplyTitle(string value)
Parameters
value string
ReplyToolTip Method
public void ReplyToolTip(ValueTuple<string, ValueTuple<int,int,byte[]>[], string, string> value)
Parameters
value ValueTuple<string, ValueTuple<int,int,byte[]>[], string, string>
ReplyWindowId Method
public void ReplyWindowId(int value)
Parameters
value int
Properties
| Name | Description |
|---|---|
| MethodContext | No summary available. |
| Property | No summary available. |
MethodContext Property
public Tmds.DBus.Protocol.MethodContext MethodContext { get; set; }
Property Property
public Avalonia.FreeDesktop.DBus.StatusNotifierItemProperty Property { get; set; }