vala
How to extract documentation from vala code?
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++ /...[详细]
2023-04-13 07:52 分类:问答GTK scroll to newly added child in a container
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[详细]
2023-04-01 21:54 分类:问答How can I use gettext in vala?
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:[详细]
2023-03-31 20:29 分类:问答Genie syntax for extern declarations
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[详细]
2023-03-30 09:36 分类:问答Vala : Networking with GIO / Socket example doesn't work
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 :[详细]
2023-03-26 15:17 分类:问答Implemented method from interface is not reachable through object in Vala
I want to create a Creature class who will be the parent class of all living creatures such as humans.[详细]
2023-03-23 19:17 分类:问答How to create InputStream from string in Vala
Given a string named command, I need to create GLib InputStream开发者_运维百科 object How? Thanksstring command = \"foobar\";[详细]
2023-03-22 09:36 分类:问答Regex Capturing Groups in Vala
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[详细]
2023-03-22 02:06 分类:问答What is the equivalent of g_param_spec_boxed() in Vala?
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.[详细]
2023-03-13 09:08 分类:问答Connecting to scroll_event in Vala
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\[详细]
2023-03-04 19:12 分类:问答