[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.8" ) ]
public unowned string[] get_arguments ()
Argument vector passed to the plugin when it was added.
Most of the time the return value will be null, but if could for example contain a list of filenames when the user added the plugin with
xfce4-panel --add=launcher *.desktop
see the code of the launcher plugin how to use this.
| this |
an PanelPlugin. |
|
the argument vector. The vector is owned by the plugin and should not be freed. |