[gtksourceviewmm/devel: 16/26] Added a GtkSourceCompletion wrapper placeholder.



commit 043377fbae84ff40d986846cac802ca9bc07b78d
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Jan 6 01:03:05 2010 +0100

    Added a GtkSourceCompletion wrapper placeholder.
    
    * gtksourceview/src/sourcecompletion.hg:
    * gtksourceview/src/sourcecompletion.ccg: Added a placeholder for
    GtkSourceCompletion wrapper.

 gtksourceview/src/sourcecompletion.ccg |   20 ++++++++++++++++++
 gtksourceview/src/sourcecompletion.hg  |   34 ++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/src/sourcecompletion.ccg b/gtksourceview/src/sourcecompletion.ccg
new file mode 100644
index 0000000..1564a69
--- /dev/null
+++ b/gtksourceview/src/sourcecompletion.ccg
@@ -0,0 +1,20 @@
+/* sourcecompletion.cc
+ *
+ * Copyright (C) 2009 Krzesimir Nowak
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <gtksourceview/gtksourcecompletion.h>
diff --git a/gtksourceview/src/sourcecompletion.hg b/gtksourceview/src/sourcecompletion.hg
new file mode 100644
index 0000000..2d5b3d2
--- /dev/null
+++ b/gtksourceview/src/sourcecompletion.hg
@@ -0,0 +1,34 @@
+/* sourcecompletion.h
+ *
+ * Copyright (C) 2009 Krzesimir Nowak
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <gtkmm/object.h>
+
+_DEFS(gtksourceviewmm,gtksourceview)
+_PINCLUDE(gtkmm/private/object_p.h)
+
+namespace gtksourceview
+{
+
+class SourceCompletion : public Gtk::Object
+{
+  _CLASS_GTKOBJECT(SourceCompletion, GtkSourceCompletion, GTK_SOURCE_COMPLETION, Gtk::Object, GtkObject)
+};
+
+} /* namespace gtksourceview */
+



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