Re: [Vala] [SimpleType] public struct Integer : uint {} does not work

2012-01-19 Thread Henrik /KaarPoSoft
On 01/18/2012 11:27 PM, Jonathan Ryan wrote: On Wed, Jan 18, 2012 at 5:20 PM, Jonathan Ryan jr...@curious-computing.comwrote: On Wed, Jan 18, 2012 at 11:56 AM, Henrik /KaarPoSofthen...@kaarposoft.dk wrote: Dear all, I am trying to create a new type in vala, like typedef in C.

[Vala] IP Address From Client

2012-01-19 Thread Edwin DLCA
As I can get the client IP address in the example shown in this direction http://live.gnome.org/Vala/GIONetworkingSample Million thanks for your help ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] [SimpleType] public struct Integer : uint {} does not work

2012-01-19 Thread Abderrahim Kitouni
في ر، 18-01-2012 عند 17:56 +0100 ، كتب Henrik /KaarPoSoft: Dear all, I am trying to create a new type in vala, like typedef in C. I have created the following file called i.vala: code [SimpleType] public struct Integer : uint { } public static int main (string[] args) {return 0;}

Re: [Vala] IP Address From Client

2012-01-19 Thread Denis Kuzmenok
Thursday, January 19, 2012, 4:13:38 PM, you wrote: As I can get the client IP address in the example shown in this direction http://live.gnome.org/Vala/GIONetworkingSample Million thanks for your help http://www.valadoc.org/gio-2.0/GLib.SocketConnection.get_remote_address.html

Re: [Vala] Set a RGBA colourmap on Gtk.Window

2012-01-19 Thread Abderrahim Kitouni
في ر، 18-01-2012 عند 16:55 + ، كتب David Gomes: Hey, I read the following on Valadoc here: http://valadoc.org/vte-2.90/Vte.Terminal.background_transparent.html, Note: When using a compositing window manager, you should instead set a RGBA colourmap on the toplevel window, so you get real

Re: [Vala] Unified Server Gateway Interface (RFC)

2012-01-19 Thread Antono Vasiljev
On 01/18/2012 11:51 PM, Denis Kuzmenok wrote: Can you show some helpful example of use? The code is not yet written so no examples yet. The goal of this standartization is stackable apps/middleware: Request Response | | (App1) (App1) | | ...

Re: [Vala] Set a RGBA colourmap on Gtk.Window

2012-01-19 Thread David Gomes
Thanks for the links. So I read them and I did this: Visual terminal_visual = this.get_screen ().get_rgba_visual (); my_terminal.set_visual (terminal_visual); my_terminal.set_background_transparent (true); I did it, but I still get the wallpaper as background, instead of real transparency, so I

[Vala] Any example Gnutls + Vala

2012-01-19 Thread Edwin DLCA
I need to encrypt text with AES symmetric or some other method I can use gnutls are some examples. thanks ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Help with metadata file

2012-01-19 Thread Eric Gregory
Hi, I'm trying to generate a working Vapi for WebKitGtk-3, but I've run into a problem: cast macros. GCC is choking because it cannot find WEBKIT_DOMHTML_ELEMENT which is expected -- the actual name is WEBKIT_DOM_HTML_ELEMENT (note the underscore.) This appears to be due to the lack of