summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourceundomanager.h
diff options
context:
space:
mode:
authorYevgen Muntyan <muntyan@tamu.edu>2007-06-17 16:51:26 +0000
committerYevgen Muntyan <muntyan@src.gnome.org>2007-06-17 16:51:26 +0000
commit9be5334d6320582e51b6b7bc8fec1adc8604cf98 (patch)
tree42122a3068ceb9a98b4327dd7baeaae1ddc08184 /gtksourceview/gtksourceundomanager.h
parent72bce08ff393aaa848a8162638b3718cbe6c157c (diff)
downloadgtksourceview-9be5334d6320582e51b6b7bc8fec1adc8604cf98.tar.gz
Beginning of great relicensing.
2007-06-17 Yevgen Muntyan <muntyan@tamu.edu> Beginning of great relicensing. * README: added a paragraph about licenses. * COPYING.lib, Makefile.am: added COPYING.lib with LGPL text. * gtksourceview/gtksourcecontextengine.c, gtksourceview/gtksourceengine.h, gtksourceview/gtksourcecontextengine.h, gtksourceview/gtksourcestylescheme.c, gtksourceview/gtksourcestylescheme.h, gtksourceview/gtktextregion.c, gtksourceview/gtksourceview-utils.c, gtksourceview/gtktextregion.h, gtksourceview/gtksourceview-utils.h, gtksourceview/gtksourceview-i18n.c, gtksourceview/gtksourceview-i18n.h, gtksourceview/gtksourceundomanager.c, gtksourceview/gtksourceundomanager.h, gtksourceview/gtksourceengine.c: Changed license in headers to LGPL. svn path=/trunk/; revision=1410
Diffstat (limited to 'gtksourceview/gtksourceundomanager.h')
-rw-r--r--gtksourceview/gtksourceundomanager.h37
1 files changed, 18 insertions, 19 deletions
diff --git a/gtksourceview/gtksourceundomanager.h b/gtksourceview/gtksourceundomanager.h
index 4b69b054..0d3e03c9 100644
--- a/gtksourceview/gtksourceundomanager.h
+++ b/gtksourceview/gtksourceundomanager.h
@@ -4,25 +4,24 @@
* This file is part of GtkSourceView
*
* Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence
- * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
- * Copyright (C) 2002, 2003 Paolo Maggi
+ * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi
+ * Copyright (C) 2002, 2003 Paolo Maggi
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU 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 free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA. * *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
+
#ifndef __GTK_SOURCE_UNDO_MANAGER_H__
#define __GTK_SOURCE_UNDO_MANAGER_H__
@@ -66,14 +65,14 @@ gboolean gtk_source_undo_manager_can_redo (const GtkSourceUndoManager *um);
void gtk_source_undo_manager_undo (GtkSourceUndoManager *um);
void gtk_source_undo_manager_redo (GtkSourceUndoManager *um);
-void gtk_source_undo_manager_begin_not_undoable_action
+void gtk_source_undo_manager_begin_not_undoable_action
(GtkSourceUndoManager *um);
-void gtk_source_undo_manager_end_not_undoable_action
+void gtk_source_undo_manager_end_not_undoable_action
(GtkSourceUndoManager *um);
-gint gtk_source_undo_manager_get_max_undo_levels
+gint gtk_source_undo_manager_get_max_undo_levels
(GtkSourceUndoManager *um);
-void gtk_source_undo_manager_set_max_undo_levels
+void gtk_source_undo_manager_set_max_undo_levels
(GtkSourceUndoManager *um,
gint undo_levels);