vala
GTK+ application specific skin possible?
I\'ve started working with GTK+ and Vala and am having a hard time finding documentation on creating custom buttons (totally new looking buttons). In fact now that I think about it, every GTK+ app开发[详细]
2023-01-20 17:58 分类:问答Gdk.Pixbuf memory leak in Vala, or something else?
here开发者_如何学C is a simple question. Can you help me find the memory leak in this Vala code ?[详细]
2023-01-16 12:35 分类:问答valac says undef ref but libgee exists
When I try to compile a vala or genie program needing libgee,I get undefined references to gee_array_list_new, etc.I have libgee installed from source; its .so file is right there in plain sight in /u[详细]
2023-01-10 02:40 分类:问答How would I use gstreamer to stitch a set of images together to form a video slideshow
I\'d like to take a set of images and a sound track and use that to form a basic video slideshow using gstreamer.[详细]
2023-01-07 18:58 分类:问答Large integer and arbitrary/multi precision floats for Vala
Is there a way to use big integers or arbitrary precision types i开发者_如何学编程n vala?Apparently, no one made a binding yet: http://live.gnome.org/Vala/BindingsStatus, although there was some discu[详细]
2023-01-07 00:06 分类:问答How to create a multi-process webkitgtk application (Vala)?
I want to make a web browser in Vala using webkit. But, I don\'t know how to开发者_运维知识库 make it multi-process.[详细]
2023-01-06 15:08 分类:问答Controlling Linux Compiz Brightness Programmatically with Python or Vala
Several laptops on the market have problems with Linux for brightness controls. However, recently I found out that you c开发者_如何转开发an use CompizConfig settings to dim at least a particular windo[详细]
2023-01-06 04:23 分类:问答Executing system command in Vala
I would like to execute a command (like ls开发者_JAVA技巧) in Vala, like the Python os.system function, or, better, the popen function. Any idea ?OK, got it : Glib.Process.spawn_command_line_sync.It\'[详细]
2023-01-06 01:59 分类:问答Vala memory management
I am going to call a Vala function from C, and I have a question about memory management. The function looks like this in Vala:[详细]
2023-01-03 19:05 分类:问答Vala for Android?
Is it possible to wr开发者_Python百科ite a Vala application and get it to run on an Android device?With the new NDK, you can write UI applications in C/C++ as well. As long as you have a C ABI, you ca[详细]
2023-01-03 16:17 分类:问答