diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-23 11:40:05 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-23 12:36:29 -0300 |
commit | 4e3804041f8e865e007b2a6a0d45a05f39500c3b (patch) | |
tree | a493b9c8f8a610d2667651f3ba81819ed16fbe8c /old | |
parent | 4cf68bf728b5a858ce1c0efac25ded1a49ba8d9d (diff) | |
download | efl-4e3804041f8e865e007b2a6a0d45a05f39500c3b.tar.gz |
Rename edbus->eldbus
git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done
find . -name '*edbus2*' -exec rename edbus2 eldbus {} \;
git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done
git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done
git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done
git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done
git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done
find . -name '*edbus*' -exec rename edbus eldbus {} \;
find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
Diffstat (limited to 'old')
-rw-r--r-- | old/ChangeLog.ethumb | 2 | ||||
-rw-r--r-- | old/NEWS.ethumb | 2 | ||||
-rw-r--r-- | old/README.eldbus (renamed from old/README.edbus) | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/old/ChangeLog.ethumb b/old/ChangeLog.ethumb index 2470e87074..d33204269d 100644 --- a/old/ChangeLog.ethumb +++ b/old/ChangeLog.ethumb @@ -1,6 +1,6 @@ 2012-12-03 Gustavo Sverzut Barbieri (k-s) - * port to edbus (v2) + * port to eldbus 2012-04-26 Carsten Haitzler (The Rasterman) diff --git a/old/NEWS.ethumb b/old/NEWS.ethumb index bf716c6880..6c38ba8269 100644 --- a/old/NEWS.ethumb +++ b/old/NEWS.ethumb @@ -4,7 +4,7 @@ Changes since Ethumb 1.7.0: Additions: - - Port to edbus (v2), added new dependency. + - Port to eldbus, added new dependency. Fixes: diff --git a/old/README.edbus b/old/README.eldbus index 50d6d18838..bfd205f241 100644 --- a/old/README.edbus +++ b/old/README.eldbus @@ -1,9 +1,9 @@ ABOUT: ----- -EDBus provides easy access to D-Bus from EFL applications. +Eldbus provides easy access to D-Bus from EFL applications. -EDBus allows connecting to both system and session buses acting as +Eldbus allows connecting to both system and session buses acting as both client and service roles. Many official D-Bus specifications and interfaces are supported, namely: @@ -14,8 +14,8 @@ Many official D-Bus specifications and interfaces are supported, namely: - org.freedesktop.DBus.ObjectManager: partial support (under dev). One can create client-side objects using the low-level methods from -EDBus_Connection and EDBus_Object, or go high level with -EDBus_Proxy. +Eldbus_Connection and Eldbus_Object, or go high level with +Eldbus_Proxy. RELATION TO OLD E_DBUS: |