Skip to content

feat: adding the ability to transfer cmdline over dbus#6

Open
kiper220-alt wants to merge 11 commits intoaltlinux:masterfrom
kiper220-alt:gpupdate_arg
Open

feat: adding the ability to transfer cmdline over dbus#6
kiper220-alt wants to merge 11 commits intoaltlinux:masterfrom
kiper220-alt:gpupdate_arg

Conversation

@kiper220-alt
Copy link

@kiper220-alt kiper220-alt commented Nov 11, 2024

Adding the ability to transfer cmdline over dbus with next introspection:

<!-- ... -->
<method name="gpupdate_computer_arg">
      <arg direction="in" type="s"/>
      <arg direction="out" name="exit_status" type="i"/>
      <arg direction="out" name="stdout" type="s"/>
      <arg direction="out" name="stderr" type="s"/>
</method>
<method name="gpupdate_arg">
      <arg direction="in" type="s"/>
      <arg direction="out" name="exit_status" type="i"/>
      <arg direction="out" name="stdout" type="s"/>
      <arg direction="out" name="stderr" type="s"/>
</method>
<!-- ... -->

where the one and only in argument is a string, which is a cmdline.
At this moment, only 2 supported arguments: -l <NUM> as loglevel(default 4), and -f as force.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant