[gtkmm] Gtkmm-forge digest, Vol 1 #455 - 6 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)
   2. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
   3. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)
   4. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)
   5. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)
   6. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fuxx mail ru
Cc: 
Date: Thu,  3 Jul 2003 02:03:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by murrayc usa net 

--- shadow/116103	Sun Jun 29 04:49:21 2003
+++ shadow/116103.tmp.2238	Thu Jul  3 02:03:04 2003
@@ -56,6 +56,9 @@
 > And there are many such examples.
 
 Not that we know of. Please tell us about them, and patch if necessary.
 
 Thanks.
 
+
+------- Additional Comments From murrayc usa net  2003-07-03 02:03 -------
+Please respond. So far there doesn's seem to be any bug here.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	harald hopfes hopfes sysde eads net
Cc: 
Date: Thu,  3 Jul 2003 02:08:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=114568

Changed by murrayc usa net 

--- shadow/114568	Tue Jul  1 11:00:29 2003
+++ shadow/114568.tmp.4009	Thu Jul  3 02:08:23 2003
@@ -1706,6 +1706,34 @@
 
 ------- Additional Comments From murrayc usa net  2003-07-01 11:00 -------
 So, we need to check exactly what is the refcount of the vbox _before_
 it is destroyed in the C example, and before it is destroyed in the
 C++ example. Maybe we just need to do an extra unref before destroying
 it - but we need to check that first. 
+
+------- Additional Comments From murrayc usa net  2003-07-03 02:08 -------
+> So, we need to check exactly what is the refcount of the vbox _before_
+it is destroyed in the C example
+
+It's 1 in the C example and 2 in the C++ example.
+
+> It is not called in C++, because inside Object::_init_unmanage (of 
+> VBox) has a g_object_ref called.
+
+Yes, and that's probably not necessary. But removing it gives us this
+error, as you found:
+
+  (main:16157): Gtk-WARNING **: A floating object was finalized.
+  This means that someone called g_object_unref() on an object
+  that had only a floating reference; the initial floating
+  reference is not owned by anyone and must be removed with
+  gtk_object_sink() after a normal reference
+  is obtained with g_object_ref().
+
+I am currently investigating why this happens. As far as I can tell,
+after removing that ref from _init_unmanage(), gtkmm never refs or
+derefs the vbox.
+
+I also noticed that _init_unmanage() sets _referenced always, but it
+should be false for widgets with Glib::wrap(). But fixing it does not
+seem to make a difference.
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  3 Jul 2003 02:31:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by fuxx mail ru 

--- shadow/116103	Thu Jul  3 02:03:04 2003
+++ shadow/116103.tmp.11008	Thu Jul  3 02:31:33 2003
@@ -59,6 +59,13 @@
 
 Thanks.
 
 
 ------- Additional Comments From murrayc usa net  2003-07-03 02:03 -------
 Please respond. So far there doesn's seem to be any bug here.
+
+------- Additional Comments From fuxx mail ru  2003-07-03 02:31 -------
+this bug based on documentation, which available online from www.gtkmm.org
+so it relates to C++ docs.
+
+If i missed something, where is latest documentation for gtkmm?
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fuxx mail ru
Cc: 
Date: Thu,  3 Jul 2003 07:45:54 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by murrayc usa net 

--- shadow/116103	Thu Jul  3 02:31:33 2003
+++ shadow/116103.tmp.7114	Thu Jul  3 07:45:53 2003
@@ -66,6 +66,9 @@
 ------- Additional Comments From fuxx mail ru  2003-07-03 02:31 -------
 this bug based on documentation, which available online from www.gtkmm.org
 so it relates to C++ docs.
 
 If i missed something, where is latest documentation for gtkmm?
 
+
+------- Additional Comments From murrayc usa net  2003-07-03 07:45 -------
+Please answer the questions.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fuxx mail ru
Cc: 
Date: Thu,  3 Jul 2003 07:47:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by murrayc usa net 

--- shadow/116103	Thu Jul  3 07:45:53 2003
+++ shadow/116103.tmp.7816	Thu Jul  3 07:47:03 2003
@@ -69,6 +69,10 @@
 
 If i missed something, where is latest documentation for gtkmm?
 
 
 ------- Additional Comments From murrayc usa net  2003-07-03 07:45 -------
 Please answer the questions.
+
+------- Additional Comments From murrayc usa net  2003-07-03 07:47 -------
+If there are problems with the gtkmm documentation then please tell us
+exactly what they are.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  3 Jul 2003 08:08:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by fuxx mail ru 

--- shadow/116103	Thu Jul  3 07:47:03 2003
+++ shadow/116103.tmp.16873	Thu Jul  3 08:08:35 2003
@@ -73,6 +73,32 @@
 ------- Additional Comments From murrayc usa net  2003-07-03 07:45 -------
 Please answer the questions.
 
 ------- Additional Comments From murrayc usa net  2003-07-03 07:47 -------
 If there are problems with the gtkmm documentation then please tell us
 exactly what they are.
+
+------- Additional Comments From fuxx mail ru  2003-07-03 08:08 -------
+As i said earlier i'm talking only about documentation which available
+online from http://gtkmm.org/gtkmm2/docs/ If there is better way,
+please tell me.
+
+first of all i can't find within online documentation which version of
+gtkmm it relates to. With so much debates on incompatible library
+versions it seems necessary to look for.
+
+Also please take a look here: 
+http://gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Widget.html#a82
+and here
+http://gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Widget.html#a83
+and here
+http://gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Widget.html#a85
+and here
+http://gtkmm.org/gtkmm2/docs/reference/html/classGtk_1_1Widget.html#a86
+
+This is what you call bug in documentation. 
+
+Also i can't find any suitable overloads for this methods.
+
+Please grep you documentation sources for " or 0 to " and you will see
+all of them.
+




--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]