gobject
What is the gnome keyring api for PyGi?
Does anyone where I can find the gnome keyring api in PyGi? I used to do: import gnomekeyring Now I want to use the new python/gobject introspection so it w开发者_C百科ould be something like:[详细]
2023-03-10 18:55 分类:问答Are there any Linux alternatives to libgpod for reading/writing iPod databases?
I am writing a C program to sync my iPod, in the same spirit as gtkpod but for the console. Gtkpod uses their own library, libgpod, for connecting to ipod dbs. I want to 开发者_JS百科know if there are[详细]
2023-03-06 06:10 分类:问答PyGTK properties versus python properties
When deriving from a GObject class in PyGTK, you can define GObject properties lik开发者_StackOverflow中文版e in C, using a __gproperties__ dict, and do_get_property/do_set_property methods, as descri[详细]
2023-03-04 22:11 分类:问答How to add keyboard navigation to a menu?
How can I add keyboard navigation (using Alt with underlines to suggest what other keys to use) to a py开发者_运维技巧thon gtk gobject-introspection application.[详细]
2023-02-26 05:45 分类:问答How to create a gsignal without parameters in pygtk
The pygtk signal documentation is pretty clear about signals creation, but I could not create a signal that doesn\'t take parameters.[详细]
2023-02-22 08:26 分类:问答redefinition of *_get_type(void) gtk+ requried method
As already said by the headline, I get a compile error I seem to be unable to fix: error: redefinition of \'tinygecko_notebook_get_type\'[详细]
2023-02-13 00:46 分类:问答Using gobject.timeout_add_seconds - Segmentation Fault
I am writing a gui program that allows a user to repeatedly send a message to a phone number with a configurable delay and number of repetitions.[详细]
2023-02-09 02:06 分类:问答How to combine mac event handling and gobject events in a custom poll function?
I\'m trying to fix a custom poll function ( see http://pastie.org/1298915 ). It is from OS X backend code of clutter library.[详细]
2023-01-24 21:55 分类:问答How are "out parameters" represented for Seed JavaScript GObject bindings?
I\'ve just started using Seed for development. One thing that Seed\'s web page mentions is that it \"Maps C-isms (say, out arguments, or enums) to things that make sense in JavaScript.\" Unfortunately[详细]
2023-01-20 04:08 分类:问答Why does python gstreamer crash without "gobject.threads_init()" at the top of my script?
I have written a python script to use gstreamer (pygst and gst modules) to calculate replaygain tags, and it was crashing inconsistently with various gobject errors. I found somewhere that you could f[详细]
2023-01-17 04:07 分类:问答