[gtksourceviewmm/devel: 22/26] Fixed typos.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceviewmm/devel: 22/26] Fixed typos.
- Date: Wed, 6 Jan 2010 09:56:41 +0000 (UTC)
commit 6a6295d88f053703222896a87f08046f20e0b707
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Wed Jan 6 01:21:52 2010 +0100
Fixed typos.
* gtksourceview/src/sourcebuffer.hg: Fixed a typo in signal name
and removed trailing whitespace.
gtksourceview/src/sourcebuffer.hg | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/src/sourcebuffer.hg b/gtksourceview/src/sourcebuffer.hg
index 3db76d3..b5ef44f 100644
--- a/gtksourceview/src/sourcebuffer.hg
+++ b/gtksourceview/src/sourcebuffer.hg
@@ -310,7 +310,7 @@ public:
_WRAP_PROPERTY("language", Glib::RefPtr<SourceLanguage>)
_WRAP_PROPERTY("can-undo", bool)
_WRAP_PROPERTY("can-redo", bool)
- _WRAP_PROPERTY("style_scheme", Glib::RefPtr<SourceStyleScheme>)
+ _WRAP_PROPERTY("style-scheme", Glib::RefPtr<SourceStyleScheme>)
/// \name signals
/// @{
@@ -328,7 +328,7 @@ public:
/// \brief Emitted whenever a marker of sourcebuffer has changed and needs to be redisplayed by the view.
///
/// A change in a marker's type or location can trigger this signal.
- /// Note that moving a marker causes the emission of this signal twice: one for the old location and one for the new.
+ /// Note that moving a marker causes the emission of this signal twice: one for the old location and one for the new.
/// parameter where: an iterator at the location where the change occurred.
_WRAP_SIGNAL(void source_mark_updated(const Glib::RefPtr<Gtk::TextMark>& where), "source-mark-updated", no_default_handler)
/// @}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]