search for: g_is_object

Displaying 12 results from an estimated 12 matches for "g_is_object".

2008 Sep 07
1
Troubles with NetworkManager
NetworkManager used to work fine for me but during the last few installations its a big hurdle in the wireless connectivity. I'm using Madwifi and its interface is correctly listed and working but I cannot connect to any wifi AP without NetworkManager. I've two interfaces: eth0 and wifi0. Starting NetworkManager doesn't show any notification icon in the top right in gnome and I believe
2008 Feb 06
1
Xvnc from tightvnc crashing
...rver was shut down or you killed/destroyed the window manager. The application 'eggcups' lost its connection to the display :1.0; most likely the X server was shut down or you killed/destroyed the application. (gnome-panel:26480): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion ` G_IS_OBJECT (object)' failed (gnome-panel:26480): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion ` G_IS_OBJECT (object)' failed gnome-terminal: Fatal IO error 104 (Connection reset by peer) on X server :1.0. Jonathan
2007 May 28
0
[ wxruby-Bugs-11183 ] GLib errors cause crash
...-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:26965): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)'' failed (process:26965): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)'' failed (process:26965): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)'' failed (process:26965): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use IA__g_type_init() prior to this function (process:26965): GLib-GObject...
2006 Nov 12
0
[ wxruby-Bugs-6633 ] Serious (but harmless?) GTK warnings on Linux
...-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (process:11017): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)'' failed (process:11017): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)'' failed (process:11017): GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)'' failed (process:11017): GLib-GObject-CRITICAL **: gtype.c:2240: initialization assertion failed, use IA__g_type_init() prior to this function (process:11017): GLib-GObject...
2007 Jan 03
12
instalation problem
Hi Im testing wxRuby. I have a problem when ruby try to load the load wx. Im newbie to ruby, maybe a make a simple mistake : Best regards. Install wxRuby-------------------------------------------------------------- pedro@la-vaca-azul:~$ sudo gem install wxruby2-preview Need to update 2 gems from http://gems.rubyforge.org .. complete Select which gem to install for your platform (i486-linux)
2008 Jun 30
4
INIT 5 and system is gone
I had been running a system on Centos 5.1 at INIT 3. I did the upgrade to Centos 5.2 with the aid of the powernowk8 patch. Previously I would VNC into the unit when I needed to do admin stuff with a GUI. Well I noticed that I was NOT getting GNOME via VNC since the upgrade (worked before just fine with 5.1). So I tried an INIT 5 from the command line (always worked before), but the system
2007 Nov 08
0
libswfdec/swfdec_load_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h
...his API is only necessary for the objects used for loading data. So it seems + * like a good idea to revisit the refcounting and GCing of resources. + */ +void +swfdec_player_root_object (SwfdecPlayer *player, GObject *object) +{ + g_return_if_fail (SWFDEC_IS_PLAYER (player)); + g_return_if_fail (G_IS_OBJECT (object)); + + g_object_ref (object); + player->rooted_objects = g_list_prepend (player->rooted_objects, object); +} + +void +swfdec_player_unroot_object (SwfdecPlayer *player, GObject *object) +{ + GList *entry; + + g_return_if_fail (SWFDEC_IS_PLAYER (player)); + g_return_if_fail (G_IS_...
2008 May 28
1
[Bug 15962] New: Crash with flashblock
...org/ "firefox -g" gives following backtrace: about:blank is either a broken URL or Swfdec can't parse it Program received signal SIGSEGV, Segmentation fault. 0x00000031b100d584 in IA__g_object_unref (_object=<value optimized out>) at gobject.c:1742 1742 g_return_if_fail (G_IS_OBJECT (object)); Missing separate debuginfos, use: debuginfo-install a52dec.x86_64 faac.x86_64 faad2.x86_64 ffmpeg.x86_64 gsm.x86_64 gstreamer-ffmpeg.x86_64 gstreamer-plugins-ugly.x86_64 keyutils.x86_64 lame.x86_64 libid3tag.x86_64 libmad.x86_64 libmp4v2.x86_64 libvorbis.x86_64 x264.x86_64 xvidcore.x86_6...
2010 May 19
2
Compiz 8.6 on openSuSE 11.0 -- Success! But need help with a few issues.
Dominique, cc: compiz, Dominique, you wanted the feedback, and List, I need your help. I have installed and fully configured (kicked the tires) on compiz 8.6 on openSuSE 11.0 and on balance it is great. There are a few weird things going on. Most notably, the number of options in ccsm that now uncheck themselves. In the past (compiz 0.5.6 - 0.8.2) there may have been one or two that would stick
2007 Dec 13
0
libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_date.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_interval.c libswfdec/swfdec_key_as.c libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie.c
...name); } } @@ -2025,24 +2083,28 @@ swfdec_player_set_export_class (SwfdecPlayer *player, const char *name, SwfdecAs void swfdec_player_root_object (SwfdecPlayer *player, GObject *object) { + SwfdecPlayerPrivate *priv; + g_return_if_fail (SWFDEC_IS_PLAYER (player)); g_return_if_fail (G_IS_OBJECT (object)); + priv = player->priv; g_object_ref (object); - player->rooted_objects = g_list_prepend (player->rooted_objects, object); + priv->rooted_objects = g_list_prepend (priv->rooted_objects, object); } void swfdec_player_unroot_object (SwfdecPlayer *player, GObject...
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
...) -{ - g_signal_handlers_disconnect_matched (from, G_SIGNAL_MATCH_DATA, - 0, 0, NULL, NULL, object); - g_object_weak_unref (G_OBJECT (from), disconnect_all, object); -} - -static void -signal_auto_connect (gpointer object, const char *signal, GCallback closure, gpointer data) -{ - g_assert (G_IS_OBJECT (data)); - - g_signal_connect (object, signal, closure, data); - g_object_weak_ref (G_OBJECT (object), disconnect_all, data); - g_object_weak_ref (G_OBJECT (data), disconnect_all, object); -} - -static GtkWidget * -create_movieview (SwfdecPlayer *player) -{ - GtkWidget *treeview; - GtkTreeView...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...e objects used for loading data. So it seems - * like a good idea to revisit the refcounting and GCing of resources. - */ -void -swfdec_player_root_object (SwfdecPlayer *player, GObject *object) -{ - SwfdecPlayerPrivate *priv; - - g_return_if_fail (SWFDEC_IS_PLAYER (player)); - g_return_if_fail (G_IS_OBJECT (object)); - - priv = player->priv; - g_object_ref (object); - priv->rooted_objects = g_list_prepend (priv->rooted_objects, object); -} - -void -swfdec_player_unroot_object (SwfdecPlayer *player, GObject *object) -{ - SwfdecPlayerPrivate *priv = player->priv; - GList *entry; - - g...