[moserial] Fixed bug 588022, Valac compile errors with Debian squeeze
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [moserial] Fixed bug 588022, Valac compile errors with Debian squeeze
- Date: Fri, 11 Sep 2009 19:32:38 +0000 (UTC)
commit b82c6fc1bac8d87fb2eb8b034d68dec26e46270a
Author: mjclab <mjclab pekkala localdomain>
Date: Fri Sep 11 15:31:48 2009 -0400
Fixed bug 588022, Valac compile errors with Debian squeeze
.gitignore | 4 +
gnome-doc-utils.make | 578 ---------------------------------------------
po/Makefile.in.in | 217 -----------------
src/SerialConnection.vala | 2 +-
4 files changed, 5 insertions(+), 796 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a697b78..0cbab66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,7 +35,11 @@ po/moserial.pot
po/.intltool-merge-cache
po/POTFILES
po/stamp-it
+po/Makefile
+po/Makefile.in
+po/Makefile.in.in
doc/*/.xml2po.mo
doc/*/moserial.xml
doc/*.omf
+gnome-doc-utils.make
diff --git a/src/SerialConnection.vala b/src/SerialConnection.vala
index 21b8888..0980e00 100644
--- a/src/SerialConnection.vala
+++ b/src/SerialConnection.vala
@@ -14,7 +14,7 @@ public class moserial.SerialConnection : GLib.Object
private POSIX.Termios restoretio;
private int m_fd=-1;
private GLib.IOChannel IOChannelFd;
- signal void newData(uchar[100] data, int size);
+ signal void newData(uchar[] data, int size);
private int flags=0;
public enum LineEnd{ CRLF, CR, LF, TAB, ESC, NONE }
uint? sourceId;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]