summaryrefslogtreecommitdiff
path: root/src/up-main.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 12:35:47 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 12:35:47 +0000
commitd2550b4c7854e970719b07b48ecdb61af9c01b6f (patch)
tree59ba56384fee7aaf7a25857556a6a3dec87c8758 /src/up-main.c
parent2562bc6aa6fe9b5f422e01c92aef9745bed5204f (diff)
downloadupower-d2550b4c7854e970719b07b48ecdb61af9c01b6f.tar.gz
trivial: DkpDaemon -> UpDaemon (no ABI or API break)
Diffstat (limited to 'src/up-main.c')
-rw-r--r--src/up-main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/up-main.c b/src/up-main.c
index b3a9f12..aa10ea5 100644
--- a/src/up-main.c
+++ b/src/up-main.c
@@ -123,7 +123,7 @@ gint
main (gint argc, gchar **argv)
{
GError *error = NULL;
- DkpDaemon *daemon = NULL;
+ UpDaemon *daemon = NULL;
DkpQos *qos = NULL;
DkpWakeups *wakeups = NULL;
GOptionContext *context;
@@ -182,9 +182,9 @@ main (gint argc, gchar **argv)
qos = dkp_qos_new ();
wakeups = dkp_wakeups_new ();
- daemon = dkp_daemon_new ();
+ daemon = up_daemon_new ();
loop = g_main_loop_new (NULL, FALSE);
- ret = dkp_daemon_startup (daemon);
+ ret = up_daemon_startup (daemon);
if (!ret) {
egg_warning ("Could not startup; bailing out");
goto out;