[gtkmm] Gtkmm-forge digest, Vol 1 #760 - 1 msg



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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 152764] New:  - PropertyProxies for signals with '_' in them do not fire (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 15 Sep 2004 17:57:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 152764] New:  - PropertyProxies for signals with '_' in them do not fire

http://bugzilla.gnome.org/show_bug.cgi?id=152764
glibmm | object | Ver: 2.4.x

           Summary: PropertyProxies for signals with '_' in them do not fire
           Product: glibmm
           Version: 2.4.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: object
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: plangdale vmware com


This is the infamous '_' vs '-' problem rearing it's head again. It seems, from
what I can read in the glibmm source that when attaching a property proxy, there
is no special casing to convert the '_' to a '-'. If this is not done, gobject
doesn't make a match when notifying the signal.

Specifically, I'm trying to listen for change's to a Gtk::Action's stock_id
property. If I attach a callback to property_stock_id(), I'm never notified but
if I attach a gsignal callbakc to "notify::stock-id", I do get notified (and if
I use "notify::stock_id", I get nothing, as expected).

There are more than a few properties with '_' in their names out there...

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
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]