diff --git a/wfassoc/src/lowlevel.rs b/wfassoc/src/lowlevel.rs index ca917c0..1130ec8 100644 --- a/wfassoc/src/lowlevel.rs +++ b/wfassoc/src/lowlevel.rs @@ -809,6 +809,17 @@ impl ProgIdKey { todo!() } + const NAMEOF_SHELL_VERB_PART1: &str = "shell"; + const NAMEOF_SHELL_VERB_PART3: &str = "command"; + + pub fn get_shell_verb(&self, view: View) -> Result { + todo!() + } + + pub fn set_shell_verb(&mut self, scope: Scope, sv: &ShellVerb) -> Result<(), Error> { + todo!() + } + const NAMEOF_FRIENDLY_TYPE_NAME: &str = "FriendlyTypeName"; pub fn get_friendly_type_name(&self, view: View) -> Result, Error> {