After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164935 - Gtk::Plug needs default constructor for "unplugged" state
Gtk::Plug needs default constructor for "unplugged" state
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.5
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2005-01-22 20:52 UTC by Bryan Forbes
Modified: 2005-01-25 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
plug.diff (1.05 KB, patch)
2005-01-22 20:53 UTC, Bryan Forbes
none Details | Review

Description Bryan Forbes 2005-01-22 20:52:45 UTC
Here is a patch for a default constructor for Gtk::Plug.  If you pass "0" to the
socket_id parameter of gtk_plug_new, the plug stays in an "unplugged" state
(http://developer.gnome.org/doc/API/2.0/gtk/GtkPlug.html#gtk-plug-new).
Comment 1 Bryan Forbes 2005-01-22 20:53:24 UTC
Created attachment 36387 [details] [review]
plug.diff
Comment 2 Murray Cumming 2005-01-25 08:17:57 UTC
You now have release-team approval for the API-freeze break. Please go ahead.
Thanks.

Please remember to patch the Changelog in future.
Comment 3 Murray Cumming 2005-01-25 16:16:27 UTC
Committed.