Groups
Groups
Sign in
Groups
Groups
gnome-vala
Conversations
About
Send feedback
Help
gnome-vala
1–30 of 2475
Mark all as read
Report group
0 selected
vala-lis...@gnome.org
4/19/12
You have been unsubscribed from the vala-list mailing list
unread,
You have been unsubscribed from the vala-list mailing list
4/19/12
Alejandro T Colombini Gómez
3/29/12
Re: [Vala] vapigen and Autotools problem
I've finally generated all the .vapi files I needed. The error was in the call to vapigen itself.
unread,
Re: [Vala] vapigen and Autotools problem
I've finally generated all the .vapi files I needed. The error was in the call to vapigen itself.
3/29/12
Axel FILMORE
,
Eric Gregory
3
3/28/12
[Vala] cannot convert to a pointer type error when passing Gdk.MotionEvent
Thanks a lot, it works just fine :-) private bool on_motion_notify (Gdk.EventMotion evt) { Gdk.Event*
unread,
[Vala] cannot convert to a pointer type error when passing Gdk.MotionEvent
Thanks a lot, it works just fine :-) private bool on_motion_notify (Gdk.EventMotion evt) { Gdk.Event*
3/28/12
Tim Way
3/28/12
[Vala] Using LibTIFF (Undefined Reference TIFFOpen and TIFFClose)
Hi, I am trying to use LibTIFF to work with mulit-page TIFF files. I cannot seem to get off the
unread,
[Vala] Using LibTIFF (Undefined Reference TIFFOpen and TIFFClose)
Hi, I am trying to use LibTIFF to work with mulit-page TIFF files. I cannot seem to get off the
3/28/12
tomw
,
Jens Georg
5
3/27/12
[Vala] Asynchronous construction
> gfreenect_device_new_finished is just calling _async_initable_new_finish > which calls
unread,
[Vala] Asynchronous construction
> gfreenect_device_new_finished is just calling _async_initable_new_finish > which calls
3/27/12
Ra...@no-log.org
, …
Joseph Montanez
10
3/27/12
[Vala] undefined reference to 'SDL_Init' and/or 'WinMain@16' (under Windows)
Sorry I am just now getting to this, but here is my work to get SDL + Opengl in vala working on
unread,
[Vala] undefined reference to 'SDL_Init' and/or 'WinMain@16' (under Windows)
Sorry I am just now getting to this, but here is my work to get SDL + Opengl in vala working on
3/27/12
tomw
3/26/12
[Vala] CCode finish_function
Hi, dealing with asynchronous construction I stumbled across CCode statements (eg in the gio-2.0
unread,
[Vala] CCode finish_function
Hi, dealing with asynchronous construction I stumbled across CCode statements (eg in the gio-2.0
3/26/12
Jürg Billeter
,
Denis Kuzmenok
2
3/26/12
[Vala] [ANNOUNCE] Vala 0.16.0 - Compiler for the GObject type system
Wrong link ;) Monday, March 26, 2012, 7:47:19 PM, you wrote: > We are pleased to announce version
unread,
[Vala] [ANNOUNCE] Vala 0.16.0 - Compiler for the GObject type system
Wrong link ;) Monday, March 26, 2012, 7:47:19 PM, you wrote: > We are pleased to announce version
3/26/12
mar...@saepia.net
2
3/26/12
[Vala] How to deal with "target" attribute in VAPI for C struct?
Ugh, sorry, obviously that code: > public delegate void ComputingFinishedCallback(); should be:
unread,
[Vala] How to deal with "target" attribute in VAPI for C struct?
Ugh, sorry, obviously that code: > public delegate void ComputingFinishedCallback(); should be:
3/26/12
Brian Duffy
3/26/12
[Vala] remote control library in Vala?
Hi, Is there an open source remote control library out there with Vala bindings? -- Duff
unread,
[Vala] remote control library in Vala?
Hi, Is there an open source remote control library out there with Vala bindings? -- Duff
3/26/12
Vishal Pawale
3/25/12
[Vala] What is (instance_pos = -1) in vala
Hi guys, I am newbie to vala programming language.So I was going through sample code and encountered
unread,
[Vala] What is (instance_pos = -1) in vala
Hi guys, I am newbie to vala programming language.So I was going through sample code and encountered
3/25/12
rastersoft
3/24/12
[Vala] poppler and gtk3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all: I'm trying to use poppler with gtk3 and
unread,
[Vala] poppler and gtk3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all: I'm trying to use poppler with gtk3 and
3/24/12
Sebastian Reichel
, …
Steven Oliver
4
3/24/12
[Vala] [PATCH] enum: foreach capability
On Mar 23, 2012, at 11:53 PM, Sebastian Reichel wrote: > On Fri, Feb 24, 2012 at 05:46:17PM +0100,
unread,
[Vala] [PATCH] enum: foreach capability
On Mar 23, 2012, at 11:53 PM, Sebastian Reichel wrote: > On Fri, Feb 24, 2012 at 05:46:17PM +0100,
3/24/12
Brian Duffy
,
Luca Bruno
3
3/23/12
[Vala] Code Example on Vala Home Page
Ah yes, I see now. I have added the Vala port of the code listing to the bottom of the wiki. Enjoy;
unread,
[Vala] Code Example on Vala Home Page
Ah yes, I see now. I have added the Vala port of the code listing to the bottom of the wiki. Enjoy;
3/23/12
mar...@saepia.net
, …
Daniel Espinosa
4
3/23/12
[Vala] Is there any way to deserialize something into object in vala?
I don't know about json-glib, but GDA uses a GObject/GLib C API to wrap C API from its providers,
unread,
[Vala] Is there any way to deserialize something into object in vala?
I don't know about json-glib, but GDA uses a GObject/GLib C API to wrap C API from its providers,
3/23/12
Brian Duffy
,
JM
5
3/23/12
[Vala] Porting "Using PocketSphinx with GStreamer and python" to Vala
Hi JM, I ran your code on my Fedora 16 box and I ran into a segfault but after looking at the code
unread,
[Vala] Porting "Using PocketSphinx with GStreamer and python" to Vala
Hi JM, I ran your code on my Fedora 16 box and I ran into a segfault but after looking at the code
3/23/12
Derek Dai
3/23/12
Re: [Vala] Is there any way to deserialize something into object in vala?
interface Shape : Object { public abstract string name { get; set; } public abstract void dump(); }
unread,
Re: [Vala] Is there any way to deserialize something into object in vala?
interface Shape : Object { public abstract string name { get; set; } public abstract void dump(); }
3/23/12
Brian Duffy
3/22/12
[Vala] Bus Message Structure
Hello, I am trying to use CMU's PocketSphinx plugin for Gstreamer from Vala and I am running into
unread,
[Vala] Bus Message Structure
Hello, I am trying to use CMU's PocketSphinx plugin for Gstreamer from Vala and I am running into
3/22/12
ant
3/21/12
[Vala] SQLHeavy memory leak?
Hi all, I have the classic Gtk "enormous TreeView backed by SQL database" problem, which I
unread,
[Vala] SQLHeavy memory leak?
Hi all, I have the classic Gtk "enormous TreeView backed by SQL database" problem, which I
3/21/12
Stephan Hilb
,
Tal Hadad
3
3/20/12
[Vala] Boxed type generics
> In conclusion, use (double) instead of (double?). I'd happily use (double), as it makes
unread,
[Vala] Boxed type generics
> In conclusion, use (double) instead of (double?). I'd happily use (double), as it makes
3/20/12
Mic
,
Tal Hadad
2
3/19/12
[Vala] c#/mono to vala converter
In Google search, I get only 4 irrelevant results. Don't waste your time for searching that kind
unread,
[Vala] c#/mono to vala converter
In Google search, I get only 4 irrelevant results. Don't waste your time for searching that kind
3/19/12
calpas calpas
3/18/12
[Vala] (no subject)
http://sindenfrj.tribeira.com/wp-content/themes/sindenfrj/cache/likeit.php?climate1.img
unread,
[Vala] (no subject)
http://sindenfrj.tribeira.com/wp-content/themes/sindenfrj/cache/likeit.php?climate1.img
3/18/12
Edwin DLCA
,
Joseph Montanez
2
3/17/12
[Vala] libsoup serves only one request at a time
From my understanding in other libraries like libsoup you'd want to hand off the connection to a
unread,
[Vala] libsoup serves only one request at a time
From my understanding in other libraries like libsoup you'd want to hand off the connection to a
3/17/12
"Luis L. Rodríguez Oro"
, …
mar...@saepia.net
3
3/15/12
[Vala] jSON parser
> Message: 2 > Date: Wed, 14 Mar 2012 13:25:38 -0500 > From: "Luis L. Rodr?guez Oro
unread,
[Vala] jSON parser
> Message: 2 > Date: Wed, 14 Mar 2012 13:25:38 -0500 > From: "Luis L. Rodr?guez Oro
3/15/12
tomw
,
Fabian Deutsch
3
3/15/12
[Vala] Crashes after moving a vala application from a 32-bit system to a 64-bit system
> It would help if you provided some more informations on the crash, eg > a stacktrace or other
unread,
[Vala] Crashes after moving a vala application from a 32-bit system to a 64-bit system
> It would help if you provided some more informations on the crash, eg > a stacktrace or other
3/15/12
Derek Dai
,
Luca Dionisi
3
3/14/12
[Vala] How to refer current class in class method like "this" in instance method?
Thanks Dionisi, but typeof(TypeName) only return a fixed type id, but class or type id get from an
unread,
[Vala] How to refer current class in class method like "this" in instance method?
Thanks Dionisi, but typeof(TypeName) only return a fixed type id, but class or type id get from an
3/14/12
D.H. Bahr
,
Jens Georg
3
3/13/12
[Vala] regarding GLib.Process.spawn_async_with_pipes
El Tue, 13-03-2012 a las 11:04 +0100, Jens Georg escribió: > Hi, > > > I'm trying to
unread,
[Vala] regarding GLib.Process.spawn_async_with_pipes
El Tue, 13-03-2012 a las 11:04 +0100, Jens Georg escribió: > Hi, > > > I'm trying to
3/13/12
Rodrigo Herefeld
, …
Daniel Espinosa
7
3/12/12
[Vala] Escape string for use in sqlite
Well , no i can't , because one machine that run the program may not have python installed , as i
unread,
[Vala] Escape string for use in sqlite
Well , no i can't , because one machine that run the program may not have python installed , as i
3/12/12
Derek Dai
3/11/12
[Vala] GLib.TypeModule with static construct/destruct example
Hi, I post a example about how to implement a GLib.Type.Module based plugin, which also shows how to
unread,
[Vala] GLib.TypeModule with static construct/destruct example
Hi, I post a example about how to implement a GLib.Type.Module based plugin, which also shows how to
3/11/12
Derek Dai
, …
Jacques-Pascal Deplaix
8
3/10/12
[Vala] Class finalizer
On 03/10/2012 12:08 AM, Luca Bruno wrote: > On Fri, Mar 9, 2012 at 11:24 PM, Jacques-Pascal
unread,
[Vala] Class finalizer
On 03/10/2012 12:08 AM, Luca Bruno wrote: > On Fri, Mar 9, 2012 at 11:24 PM, Jacques-Pascal
3/10/12