Top "Gobject" questions

GObject(GLib Object System) provides a portable object system and transparent cross-language interoperability.

ImportError: No module named gi.repository

I'm trying to launch python script on Ubuntu 10.04: from gi.repository import Nautilus, GObject It doesn't work: Traceback (most recent …

python repository gobject nautilus
Material to learn GObject and Glib

I am comfortable with C. but need to learn GObject and Glib for gstreamer. All i found on net is …

c gstreamer gnome glib gobject
pygobject-2.28.6 won't configure: No package 'gobject-introspection-1.0' found, how do I resolve?

I'm trying to get pygobject-2.28.6 to compile in cygwin (version in repository is 2.28.4 which has some issues). Here is the …

cygwin pygobject pkg-config gobject gobject-introspection
configure error for --- gobject ---- python header not found

Python header files are not found when configuring gobject-introspection. I have downloaded tar for :----- gobject-introspection-1.34.2 command :----- gobject-introspection-1.34.2$ LD_…

python gtk gobject
What exactly are GLib and GObject?

I have been looking into the source code of python-mpdor and it mentions that it is gobject-based, for easy event …

glib pygobject gobject
Mysterious GObject warning: assertion `G_IS_OBJECT (object)' failed

I have a warning when I run my GTK (Python GObject introspection) application and I can't figure out its source. …

python gtk pygtk gobject pygobject
Can not import modules from gi.repository

I can not import modules from gi.repository. Specifically not Gtk and GObject. I experienced this error both on Ubuntu 14.04 …

python ubuntu import gtk gobject
ModuleNotFoundError: No module named 'gi' - Python - OsX

I am trying to run the following program: import gi gi.require_version('Gst', '1.0') from gi.repository import …

python macos gstreamer pygobject gobject
What does g_signal_connect_swapped() do?

According to GObject reference g_signal_connect_swapped(instance, detailed_signal, c_handler, data); connects a GCallback function to a …

signals gtk gobject
GObject Gtk, Gnome, Gtk+, Gl, Gtk2, Gtk3...I don't understand?

all I need some window to host webkit or/and cairo drwaing, but i have to deal with all that …

gtk gtk2 gobject