[gtksourceviewmm] Change SourceStyle to Style.



commit 60438615a5ac8d04154805d5767334c088127094
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sun Mar 27 15:42:05 2011 +0200

    Change SourceStyle to Style.
    
    * gtksourceview/src/sourcestyle.[hg|ccg]: Ran source_truncate.pl
    on these and renamed them to...
    * gtksourceview/src/style.[hg|ccg]: ...these

 gtksourceview/src/{sourcestyle.ccg => style.ccg} |    4 ++--
 gtksourceview/src/{sourcestyle.hg => style.hg}   |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtksourceview/src/sourcestyle.ccg b/gtksourceview/src/style.ccg
similarity index 92%
rename from gtksourceview/src/sourcestyle.ccg
rename to gtksourceview/src/style.ccg
index 9a58032..7c99d51 100644
--- a/gtksourceview/src/sourcestyle.ccg
+++ b/gtksourceview/src/style.ccg
@@ -1,7 +1,7 @@
-/* sourcestyle.cc
+/* style.cc
  *
  * Copyright (C) 2007 The gtksourceviewmm team.
- * Copyright (C) 2009, 2010 Krzesimir Nowak
+ * Copyright (C) 2009, 2010, 2011 Krzesimir Nowak
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
diff --git a/gtksourceview/src/sourcestyle.hg b/gtksourceview/src/style.hg
similarity index 82%
rename from gtksourceview/src/sourcestyle.hg
rename to gtksourceview/src/style.hg
index ffd37ae..631bd79 100644
--- a/gtksourceview/src/sourcestyle.hg
+++ b/gtksourceview/src/style.hg
@@ -1,7 +1,7 @@
-/* sourcestyle.h
+/* style.h
  *
  * Copyright (C) 2007 The gtksourceviewmm team.
- * Copyright (C) 2009, 2010 Krzesimir Nowak
+ * Copyright (C) 2009, 2010, 2011 Krzesimir Nowak
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -28,19 +28,19 @@ namespace Gsv
 
 /** Class representing a style.
  */
-class SourceStyle : public Glib::Object
+class Style : public Glib::Object
 {
-  _CLASS_GOBJECT(SourceStyle, GtkSourceStyle, GTK_SOURCE_STYLE, Glib::Object, GObject)
+  _CLASS_GOBJECT(Style, GtkSourceStyle, GTK_SOURCE_STYLE, Glib::Object, GObject)
 
 public:
-  /** Creates a copy of a style, that is a new SourceStyle instance which has
+  /** Creates a copy of a style, that is a new Style instance which has
    *  the same attributes set.
    *
    * @return Copy of a style.
    *
    * @newin{2,2}
    */
-  _WRAP_METHOD(Glib::RefPtr<SourceStyle> copy() const, gtk_source_style_copy)
+  _WRAP_METHOD(Glib::RefPtr<Style> copy() const, gtk_source_style_copy)
 
   _WRAP_PROPERTY("background", Glib::ustring)
   _WRAP_PROPERTY("background-set", bool)



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