glib
Initialize a GObject with parameters which are not GObject properties?
I have a GObject \"A\" which creates an instance of another GObject \"B\" in its constructor. The \"B\" object needs to be passed several construction-only properties. Now when creating an instance o[详细]
2023-04-13 10:08 分类:问答Shift focus by navigation key using clutter toolkit in c?
I have to create a vertical menu using clutter in C. Can anyone help me how to implement focus shift using the navigatio开发者_JS百科n keys for the menu where i want to highlight the focused menu opti[详细]
2023-04-12 06:59 分类:问答How do I use Glib (or Any other Library) to list all the files in a directory?
I cannot figure out how to use GLib (GIO?) to list all the files (file-names?) in a given directory. There is no good doc or tutorial. Any code snippets are welcome. If it is not possible (or too trou[详细]
2023-04-11 14:33 分类:问答glib for mac os 10.6 snow leopard
am developing one dictionary for mac os 10.6. Am not able to locate glib.h. can i get this as a library or framework. am confused very muc开发者_JS百科h. please give me your valuable solution.[详细]
2023-04-11 09:09 分类:问答installing QT4.7.4 for embedded Linux. Multiple errors
I\'m an absolute beginner with Linux and developing for embedded Linux. I\'m trying to install QT for embedded Linux onto my Fedora 15 laptop to target an i.Mx233.[详细]
2023-04-10 16:16 分类:问答Can't install glib with cabal on Windows - during the configure step
On windows 7 x64, I tried: 1. install gtk+ all in one bundle 2.16 2. add MinGW\'s bin address to PATH Environment variables[详细]
2023-04-10 02:46 分类:问答running main thread frm another thread
I have run a secondary thread which some operations are carried on. Then while executing in secondary thread i want to call some operations on main thread. Can any one have sample code for it. I could[详细]
2023-04-08 06:26 分类:问答Using dconf watch callback
I\'m trying to use the dconf api to capture the background change event, in an Ubuntu 11.04. I\'ve created a client and can read the background value, but when I change a dconf value (through dconf-ed[详细]
2023-04-07 10:37 分类:问答How to convert binary to hexadecimal string in C/glib?
Is there a common way or good public domain code for converting binary (i.e. byte array or memory block) to hexadecimal string? I have a several applications that handle encryption keys and checksums[详细]
2023-04-06 14:59 分类:问答How to control level of debugging info in glib?
I have a library written in C with glib/gobject. It produces significant number of debugging information via g_debug() call. This info is very helpful for troubleshooting, however I do not want it to[详细]
2023-04-06 14:40 分类:问答