[gtksourceviewmm] Change SourceCompletionActivation to CompletionActivation.



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

    Change SourceCompletionActivation to CompletionActivation.
    
    * gtksourceview/src/sourcecompletionactivation.[hg|ccg]: Ran source_truncate.pl
    on these and renamed them to...
    * gtksourceview/src/completionactivation.[hg|ccg]: ...these

 ...tionactivation.ccg => completionactivation.ccg} |    4 ++--
 ...letionactivation.hg => completionactivation.hg} |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtksourceview/src/sourcecompletionactivation.ccg b/gtksourceview/src/completionactivation.ccg
similarity index 91%
rename from gtksourceview/src/sourcecompletionactivation.ccg
rename to gtksourceview/src/completionactivation.ccg
index 39de4fb..7c6f4e1 100644
--- a/gtksourceview/src/sourcecompletionactivation.ccg
+++ b/gtksourceview/src/completionactivation.ccg
@@ -1,6 +1,6 @@
-/* sourcecompletionactivation.cc
+/* completionactivation.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/sourcecompletionactivation.hg b/gtksourceview/src/completionactivation.hg
similarity index 74%
rename from gtksourceview/src/sourcecompletionactivation.hg
rename to gtksourceview/src/completionactivation.hg
index 9b767c6..5b826ee 100644
--- a/gtksourceview/src/sourcecompletionactivation.hg
+++ b/gtksourceview/src/completionactivation.hg
@@ -1,6 +1,6 @@
-/* sourcecompletionactivation.h
+/* completionactivation.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
@@ -26,14 +26,14 @@ namespace Gsv
  *
  * @newin{2,10}
  */
-_WRAP_ENUM(SourceCompletionActivation, GtkSourceCompletionActivation)
- /** @var SourceCompletionActivation SOURCE_COMPLETION_ACTIVATION_NONE
+_WRAP_ENUM(CompletionActivation, GtkSourceCompletionActivation, s#^SOURCE_##)
+ /** @var CompletionActivation COMPLETION_ACTIVATION_NONE
   * None.
   */
- /** @var SourceCompletionActivation SOURCE_COMPLETION_ACTIVATION_INTERACTIVE
+ /** @var CompletionActivation COMPLETION_ACTIVATION_INTERACTIVE
   * Interactive activation.
   */
- /** @var SourceCompletionActivation SOURCE_COMPLETION_ACTIVATION_USER_REQUESTED
+ /** @var CompletionActivation COMPLETION_ACTIVATION_USER_REQUESTED
   * User requested activation.
   *
   * For example through a keyboard accelerator from the view.



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