I would like to know if there is a tool to extract documentation from vala source files like javadoc or doxygen does for Java / C++ /...
I have an application that will add a Widget to an HBox, which is contained i开发者_Go百科n a ScrolledWindow.When a Widget is added, I would like the parent ScrolledWindow to scroll to the right, wher
When I try to use gettext in vala I get not errors or warnings from vala but I get the following error from the c compiler:
Can anyone point me towards the syntax for extern declarations in Genie. Extern decls are supported in Vala, therefore they should also be available in Genie but I cannot seem to hit on the correct sy
I\'m trying to copy the \"server example\" from http://live.gnome.org/Vala/GIONetworkingSample. But when I try to compile, I have the following error :
I want to create a Creature class who will be the parent class of all living creatures such as humans.
Given a string named command, I need to create GLib InputStream开发者_运维百科 object How? Thanksstring command = \"foobar\";
Is there such a thing? I\'ve been looking around the Vala API and the 开发者_运维技巧Regex object seems to have no support for capturing groups so that I can reference them later. Is there currently a
What is the equivalent of g_param_spec_boxed() in V开发者_开发技巧ala?These functions are not bound. It wouldn\'t be a big deal to bind them, so you can request them by reporting a bug.
I\'ve been struggling to connect to the scroll_event of a TextView widget. I can connect a lambda to it, and then run my method, but I\'开发者_Go百科d like to understand why directly connecting doesn\