[gnome-flashback] bluetooth-applet: rename GfSettingsDaemonRfkill to GfSdRfkill



commit 55114715dca3d53de8a4e69e051628ab240a0aaf
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Sep 10 02:30:11 2015 +0300

    bluetooth-applet: rename GfSettingsDaemonRfkill to GfSdRfkill

 gnome-flashback/libbluetooth-applet/Makefile.am    |   10 +++++-----
 .../org.gnome.SettingsDaemon.Rfkill.xml            |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gnome-flashback/libbluetooth-applet/Makefile.am b/gnome-flashback/libbluetooth-applet/Makefile.am
index c63ebc2..024e2b6 100644
--- a/gnome-flashback/libbluetooth-applet/Makefile.am
+++ b/gnome-flashback/libbluetooth-applet/Makefile.am
@@ -27,17 +27,17 @@ libbluetooth_applet_la_LIBADD = \
        $(BLUETOOTH_APPLET_LIBS) \
        $(NULL)
 
-gf-settings-daemon-rfkill.h:
-gf-settings-daemon-rfkill.c: org.gnome.SettingsDaemon.Rfkill.xml
+gf-sd-rfkill.h:
+gf-sd-rfkill.c: org.gnome.SettingsDaemon.Rfkill.xml
        $(AM_V_GEN) gdbus-codegen \
                --interface-prefix org.gnome.SettingsDaemon.Rfkill. \
                --c-namespace Gf \
-               --generate-c-code gf-settings-daemon-rfkill \
+               --generate-c-code gf-sd-rfkill \
                $(srcdir)/org.gnome.SettingsDaemon.Rfkill.xml
 
 BUILT_SOURCES = \
-       gf-settings-daemon-rfkill.c \
-       gf-settings-daemon-rfkill.h \
+       gf-sd-rfkill.c \
+       gf-sd-rfkill.h \
        $(NULL)
 
 EXTRA_DIST = \
diff --git a/gnome-flashback/libbluetooth-applet/org.gnome.SettingsDaemon.Rfkill.xml 
b/gnome-flashback/libbluetooth-applet/org.gnome.SettingsDaemon.Rfkill.xml
index b51c346..258c082 100644
--- a/gnome-flashback/libbluetooth-applet/org.gnome.SettingsDaemon.Rfkill.xml
+++ b/gnome-flashback/libbluetooth-applet/org.gnome.SettingsDaemon.Rfkill.xml
@@ -1,7 +1,7 @@
 <node>
   <interface name="org.gnome.SettingsDaemon.Rfkill">
 
-    <annotation name="org.gtk.GDBus.C.Name" value="SettingsDaemonRfkill" />
+    <annotation name="org.gtk.GDBus.C.Name" value="SdRfkill" />
 
     <property name="AirplaneMode" type="b" access="readwrite" />
     <property name="HardwareAirplaneMode" type="b" access="read" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]