[gtksourceviewmm] Change SourceCompletionWords to CompletionWords.



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

    Change SourceCompletionWords to CompletionWords.
    
    * gtksourceview/src/sourcecompletionwords.[hg|ccg]: Ran source_truncate.pl
    on these and renamed them to...
    * gtksourceview/src/completionwords.[hg|ccg]: ...these

 ...urcecompletionwords.ccg => completionwords.ccg} |    4 ++--
 ...sourcecompletionwords.hg => completionwords.hg} |   18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/gtksourceview/src/sourcecompletionwords.ccg b/gtksourceview/src/completionwords.ccg
similarity index 92%
rename from gtksourceview/src/sourcecompletionwords.ccg
rename to gtksourceview/src/completionwords.ccg
index caf2873..f880e23 100644
--- a/gtksourceview/src/sourcecompletionwords.ccg
+++ b/gtksourceview/src/completionwords.ccg
@@ -1,6 +1,6 @@
-/* sourcecompletionwords.cc
+/* completionwords.cc
  *
- * Copyright (C) 2010 Krzesimir Nowak
+ * Copyright (C) 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/sourcecompletionwords.hg b/gtksourceview/src/completionwords.hg
similarity index 81%
rename from gtksourceview/src/sourcecompletionwords.hg
rename to gtksourceview/src/completionwords.hg
index 123d1ec..24296e9 100644
--- a/gtksourceview/src/sourcecompletionwords.hg
+++ b/gtksourceview/src/completionwords.hg
@@ -1,6 +1,6 @@
-/* sourcecompletionwords.h
+/* completionwords.h
  *
- * Copyright (C) 2010 Krzesimir Nowak
+ * Copyright (C) 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
@@ -18,7 +18,7 @@
  */
 
 #include <glibmm/object.h>
-#include <gtksourceviewmm/sourcecompletionprovider.h>
+#include <gtksourceviewmm/completionprovider.h>
 
 _DEFS(gtksourceviewmm,gtksourceview)
 _PINCLUDE(glibmm/private/object_p.h)
@@ -30,22 +30,22 @@ namespace Gsv
  *
  * @newin{2,10}
  */
-class SourceCompletionWords
+class CompletionWords
 :
   public Glib::Object,
-  public SourceCompletionProvider
+  public CompletionProvider
 {
-  _CLASS_GOBJECT(SourceCompletionWords, GtkSourceCompletionWords, GTK_SOURCE_COMPLETION_WORDS, Glib::Object, GObject)
-  _IMPLEMENTS_INTERFACE(SourceCompletionProvider)
+  _CLASS_GOBJECT(CompletionWords, GtkSourceCompletionWords, GTK_SOURCE_COMPLETION_WORDS, Glib::Object, GObject)
+  _IMPLEMENTS_INTERFACE(CompletionProvider)
 protected:
-  _WRAP_CTOR(SourceCompletionWords(const Glib::ustring& name, const Glib::RefPtr<Gdk::Pixbuf>& icon), gtk_source_completion_words_new)
+  _WRAP_CTOR(CompletionWords(const Glib::ustring& name, const Glib::RefPtr<Gdk::Pixbuf>& icon), gtk_source_completion_words_new)
 public:
   /** Creates words provider with given name and icon.
    *
    * @param name Provider's name
    * @param icon Provider's icon
    *
-   * @return A new SourceCompletionWords.
+   * @return A new CompletionWords.
    *
    * @newin{2,10}
    */



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