[Rhythmbox-devel] "Is this an RBEntryView bug?"
- From: David Mohammed <davidmohammed gmail com>
- To: rhythmbox-devel gnome org
- Subject: [Rhythmbox-devel] "Is this an RBEntryView bug?"
- Date: Wed, 26 Sep 2012 10:04:12 +0100
Hi,
this little code snippet entered into the v2.97 Rhythmbox python console gives the errors below - is this a bug - or have I incorrectly created the RBEntryView?
>>> from gi.repository import RB
>>> db = shell.props.db
>>> shell_player = shell.props.shell_player
>>> entry_view = RB.EntryView().new(shell.props.db, shell.props.shell_player, True,False)
(rhythmbox:10895): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rhythmbox:10895): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(rhythmbox:10895): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rhythmbox:10895): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(rhythmbox:10895): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(rhythmbox:10895): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(rhythmbox:10895): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GObject'
(rhythmbox:10895): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer
(rhythmbox:10895): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]