Re: gtk_ui_manager_get_accel_group reference

2007-11-09 Thread Murray Cumming
On Fri, 2007-11-09 at 16:40 +0100, c f wrote: > Hi, > > I'm not sure if the following problem is a bug in gtk or it is a 'feature': > > Running the following code: > > GtkUIManager *uiManager = gtk_ui_manager_new(); > GtkAccelGroup *accelGroup = gtk_ui_manager_get_accel_group(uiManager); > > g_

Re: gtk_ui_manager_get_accel_group reference

2007-11-09 Thread Brian J. Tarricone
On Fri, 9 Nov 2007 16:40:18 +0100 c f wrote: > Hi, > > I'm not sure if the following problem is a bug in gtk or it is a > 'feature': > > Running the following code: > > GtkUIManager *uiManager = gtk_ui_manager_new(); > GtkAccelGroup *accelGroup = gtk_ui_manager_get_accel_group(uiManager); > >

gtk_ui_manager_get_accel_group reference

2007-11-09 Thread c f
Hi, I'm not sure if the following problem is a bug in gtk or it is a 'feature': Running the following code: GtkUIManager *uiManager = gtk_ui_manager_new(); GtkAccelGroup *accelGroup = gtk_ui_manager_get_accel_group(uiManager); g_object_unref(accelGroup); g_object_unref(uiManager); will result