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 429178 - Deprecate GnomeDruid
Deprecate GnomeDruid
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: GnomeDruid
2.18.x
Other Linux
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on: 387242
Blocks:
 
 
Reported: 2007-04-12 23:00 UTC by Matthew Barnes
Modified: 2007-06-23 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.76 KB, patch)
2007-04-12 23:04 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2007-04-12 23:00:14 UTC
GTK+ 2.10 introduced GtkAssistant [1] as a replacement for GnomeDruid.

GnomeDruid should be marked as deprecated in the libgnomeui source code and API documentation.

[1] http://developer.gnome.org/doc/API/2.0/gtk/gtk-migrating-GtkAssistant.html
Comment 1 Matthew Barnes 2007-04-12 23:04:31 UTC
Created attachment 86272 [details] [review]
Proposed patch

This patch adds deprecation guards to the GnomeDruid source code.  This will also cause Gtk-Doc to tag the enclosed symbols as deprecated when it generates the API documentation.
Comment 2 Christian Persch 2007-04-12 23:13:31 UTC
The patch looks fine. But I wonder whether we should wait until libglade supports GtkAssistant (bug 387242) before we deprecate GnomeDruid?
Comment 3 Matthew Barnes 2007-04-12 23:41:50 UTC
That's fine.  Just wanted to get the bug filed so we can track it.
Comment 4 Matthew Barnes 2007-06-23 17:56:45 UTC
Committed to Subversion trunk (revision 5353).