[gtkmm] Gtkmm-forge digest, Vol 1 #351 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #351 - 4 msgs
- Date: Sat, 15 Feb 2003 12:01:27 -0800
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 106134] New - Incorrect parsing of gtk_docs_override.xml (bugzilla-daemon widget gnome org)
2. [Bug 104883] Changed - Added documentation to Glib::Cond (bugzilla-daemon widget gnome org)
3. [Bug 106134] Changed - Incorrect parsing of gtk_docs_override.xml (bugzilla-daemon widget gnome org)
4. [Bug 106134] Changed - Incorrect parsing of gtk_docs_override.xml (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Fri, 14 Feb 2003 19:07:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 106134] New - Incorrect parsing of gtk_docs_override.xml
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=106134
Changed by mxpxfifws yahoo com
--- shadow/106134 Fri Feb 14 19:07:01 2003
+++ shadow/106134.tmp.12636 Fri Feb 14 19:07:01 2003
@@ -0,0 +1,53 @@
+Bug#: 106134
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: mxpxfifws yahoo com
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL:
+Summary: Incorrect parsing of gtk_docs_override.xml
+
+I was adding some functions to the gtk_docs_override.xml and the parser
+wouldn't parse this correctly:
+<function name="gtk_adjustment_clamp_page">
+<description>
+Updates the Adjustment value to ensure that the range between the
+parameters @lower and @upper is in the current page (i.e. between @value
+and @value + @page_size). If this range is larger than the page size, then
+only the start of it will be in the current page. A "changed" signal will
+be emitted if the value is changed.
+</description>
+<parameters>
+<parameter name="upper">
+<parameter_description> The upper value.
+</parameter_description>
+</parameter>
+<parameter name="lower">
+<parameter_description> The lower value.
+</parameter_description>
+</parameter>
+</parameters>
+<return>
+</return>
+</function>
+
+What it gave me was this:
+
+ /** Updates the Adjustment value to ensure that the range between the
+parameters @a lower and @a upper is in the current page (i.e.\ between @a
+value and @a value + @a page_size ). If this range is larger than the
+page size, then only the start of it will be in the current page. A
+"changed" signal will be emitted if the value is changed.
+ * @param lower The lower value.
+ */
+ void clamp_page(double lower, double upper);
+
+It should have one more @param after the @param lower, according to the xml
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, rvinyard cs nmsu edu
Cc:
Date: Fri, 14 Feb 2003 19:50:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104883] Changed - Added documentation to Glib::Cond
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=104883
Changed by murrayc usa net
--- shadow/104883 Fri Feb 7 06:18:05 2003
+++ shadow/104883.tmp.32372 Fri Feb 14 19:50:54 2003
@@ -25,6 +25,9 @@
------- Additional Comments From murrayc usa net 2003-02-07 06:18 -------
Daniel, could you please check this and apply to both "branches" if
necessary.
rvinyard, sorry for the delay.
+
+------- Additional Comments From murrayc usa net 2003-02-14 19:50 -------
+Daniel?
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 15 Feb 2003 13:36:08 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 106134] Changed - Incorrect parsing of gtk_docs_override.xml
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=106134
Changed by mxpxfifws yahoo com
--- shadow/106134 Fri Feb 14 19:07:01 2003
+++ shadow/106134.tmp.5991 Sat Feb 15 13:36:08 2003
@@ -48,6 +48,13 @@
"changed" signal will be emitted if the value is changed.
* @param lower The lower value.
*/
void clamp_page(double lower, double upper);
It should have one more @param after the @param lower, according to the xml
+
+------- Additional Comments From mxpxfifws yahoo com 2003-02-15 13:36 -------
+My bad, that should say:
+It should have one more @param BEFORE the @param lower, according to
+the xml
+
+sorry :)
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mxpxfifws yahoo com
Cc:
Date: Sat, 15 Feb 2003 14:26:21 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 106134] Changed - Incorrect parsing of gtk_docs_override.xml
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=106134
Changed by murrayc usa net
--- shadow/106134 Sat Feb 15 13:36:08 2003
+++ shadow/106134.tmp.28740 Sat Feb 15 14:26:21 2003
@@ -1,13 +1,13 @@
Bug#: 106134
Product: gtkmm
Version: 2.2
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: normal
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: mxpxfifws yahoo com
QAContact: gtkmm-forge lists sourceforge net
@@ -55,6 +55,10 @@
------- Additional Comments From mxpxfifws yahoo com 2003-02-15 13:36 -------
My bad, that should say:
It should have one more @param BEFORE the @param lower, according to
the xml
sorry :)
+
+------- Additional Comments From murrayc usa net 2003-02-15 14:26 -------
+The first parameter is always ignored, because it's the GTK+ object
+itself. For instance, the first parameter here should be a GtkAdjustment*.
--__--__--
_______________________________________________
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]