Changeset 277 for trunk/src/IDocumentObserver.h
- Timestamp:
- 06/11/07 09:12:09 (18 months ago)
- Files:
-
- 1 modified
-
trunk/src/IDocumentObserver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IDocumentObserver.h
r200 r277 151 151 virtual void notifySaveError (const GError *error) { } 152 152 153 /// 154 /// @brief Someone select text in document. 155 /// 156 /// This function called when someone select some text 157 /// in document. 158 /// 159 /// @param text Selected text. 160 /// 161 virtual void notifyTextSelected (const gchar* text) { } 162 153 163 protected: 154 164 ///
