[Spice-commits] 2 commits - docs/spice_style.txt

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed May 25 13:43:49 UTC 2016


 docs/spice_style.txt |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 091d6400e4284b5cc5622c4a33e677d0464c63b7
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Wed May 25 12:51:01 2016 +0100

    style: Add some abbreviations
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index d7a879d..e2d7a3e 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -138,6 +138,10 @@ As a basic rule `Spice` refers to types in the public external headers while `Re
 
 Common abbreviations
 ~~~~~~~~~~~~~~~~~~~~
+`ccc` CursorChannelClient
+
+`dc`  DisplayChannel
+
 `dcc` DisplayChannelClient
 
 `dpi` drawable pipe item
commit 4e7572b41d4ce5610a26330a6ee5bd9fcd9269ee
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Wed May 25 12:49:30 2016 +0100

    style: Sort abbreviations alphabetically
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index b024b6b..d7a879d 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -138,15 +138,15 @@ As a basic rule `Spice` refers to types in the public external headers while `Re
 
 Common abbreviations
 ~~~~~~~~~~~~~~~~~~~~
-`rcc` RedChannelClient
-
 `dcc` DisplayChannelClient
 
-`sin` spice instance
+`dpi` drawable pipe item
+
+`rcc` RedChannelClient
 
 `sif` spice interface
 
-`dpi` drawable pipe item
+`sin` spice instance
 
 Optimization
 ------------


More information about the Spice-commits mailing list