gio
It's legal to mix c++0x threads with gio GCancellable?
If I\'m not wrong there is no easy way开发者_如何学JAVA to make a c++0x thread cancellable. I\'m wondering if it\'s legal to use GCancellable mixing it with c++0x thread.[详细]
2023-04-06 08:45 分类:问答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 分类:问答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 分类:问答how to use libxml2 to parse data from GInputStream (GLibGIO/GVFS)?
In a GTK application, I\'m using xmlParseFile() from libxml2. However, that function can only read local files. How can I instead make it use the GIO framework, so that it can read remote files as wel[详细]
2023-03-15 02:25 分类:问答gio: check if volume is mounted
I\'m doing something like: mo = gio.MountOperation() mo.connect(\'ask-password\', ask_password_cb) location = gio.File(\"ssh://leon@concepts.tim-online.nl/home/leon/test.txt\")[详细]
2023-02-27 11:26 分类:问答How do I set an emblem with GTK/GIO?
I\'m trying to set an emblem using gio #include <gtk/gtk.h> #include <gdk/gdk.h> #include <glib.h>[详细]
2023-02-18 14:36 分类:问答g_io_channel + socket = client, and GIO not work properly
dude here im gonna create client and combine with GIO Channel, and after i put it all together, it seems appears to work on socket, but the g_io_channel not as watching, like crashing or such..[详细]
2023-02-17 19:48 分类:问答Problem with GFile
I have a: GFile* gf = g_file_new_for_path(file_path); in my code. But when i try to compile it, I see error:[详细]
2023-01-01 18:04 分类:问答gnomevfs or gio?
For async IO using Python, is it preferable to rely on gio or开发者_高级运维 gnomevfs? Also, which one is more \"cross-platform\"?Use GIO.[详细]
2022-12-18 05:39 分类:问答Accessing samba shares with gio in python
I am trying to make a simple command line client for accessing shares via the Python bindings of gio (yes, the main requirement is to use gio).[详细]
2022-12-15 11:05 分类:问答