chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b29e33d
)
Bug fix
author
espen
<espen>
Fri, 25 Aug 2006 12:34:49 +0000
(12:34 +0000)
committer
espen
<espen>
Fri, 25 Aug 2006 12:34:49 +0000
(12:34 +0000)
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index 645d1ba9cf623bc186c49527a59f58a6bccc31c3..dd6d53cbb508fd698296446a81e98eaca9eec3ab 100644
(file)
--- a/
gtk/gtktypes.lisp
+++ b/
gtk/gtktypes.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtktypes.lisp,v 1.
49 2006/08/14 13:57:37
espen Exp $
+;; $Id: gtktypes.lisp,v 1.
50 2006/08/25 12:34:49
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-951,7
+951,7
@@
(default-height :merge t :unbound -1)))
:allocation :virtual
:getter "gtk_text_mark_get_name"
:reader text-mark-name
:allocation :virtual
:getter "gtk_text_mark_get_name"
:reader text-mark-name
- :type
string
)
+ :type
(copy-of string)
)
(visible
:allocation :virtual
:getter "gtk_text_mark_get_visible"
(visible
:allocation :virtual
:getter "gtk_text_mark_get_visible"