mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
fixup a few places where we mention a disk daemon to a power daemon
This commit is contained in:
parent
2a09a8062a
commit
75ecbba194
4 changed files with 5 additions and 5 deletions
4
HACKING
4
HACKING
|
|
@ -3,11 +3,11 @@ SCM
|
|||
|
||||
- anonymous checkouts
|
||||
|
||||
$ git clone git://git.freedesktop.org/git/DeviceKit-disks.git
|
||||
$ git clone git://git.freedesktop.org/git/DeviceKit-power.git
|
||||
|
||||
- checkouts if you got an ssh account on fd.o (username@ is optional)
|
||||
|
||||
$ git clone ssh://[username@]git.freedesktop.org/git/DeviceKit-disks.git
|
||||
$ git clone ssh://[username@]git.freedesktop.org/git/DeviceKit-power.git
|
||||
|
||||
- commit to local repository
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE node PUBLIC
|
||||
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" [
|
||||
<!ENTITY ERROR_GENERAL "org.freedesktop.DeviceKit.Disks.Power.Source.GeneralError">
|
||||
<!ENTITY ERROR_GENERAL "org.freedesktop.DeviceKit.Power.Source.GeneralError">
|
||||
]>
|
||||
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
|
||||
<interface name="org.freedesktop.DeviceKit.Power.Source">
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<doc:doc>
|
||||
<doc:description>
|
||||
<doc:para>
|
||||
Enumerate all disks on the system.
|
||||
Enumerate all power objects on the system.
|
||||
</doc:para>
|
||||
</doc:description>
|
||||
</doc:doc>
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ main (int argc, char **argv)
|
|||
unsigned int n;
|
||||
static GOptionEntry entries [] = {
|
||||
{ "enumerate", 0, 0, G_OPTION_ARG_NONE, &opt_enumerate, "Enumerate objects paths for devices", NULL },
|
||||
{ "monitor", 0, 0, G_OPTION_ARG_NONE, &opt_monitor, "Monitor activity from the disk daemon", NULL },
|
||||
{ "monitor", 0, 0, G_OPTION_ARG_NONE, &opt_monitor, "Monitor activity from the power daemon", NULL },
|
||||
{ "monitor-detail", 0, 0, G_OPTION_ARG_NONE, &opt_monitor_detail, "Monitor with detail", NULL },
|
||||
{ "show-info", 0, 0, G_OPTION_ARG_STRING, &opt_show_info, "Show information about object path", NULL },
|
||||
{ NULL }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue