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 572183 - Remove deprecated GTK+ symbols
Remove deprecated GTK+ symbols
Status: RESOLVED FIXED
Product: seahorse-plugins
Classification: Applications
Component: General
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: seahorse-plugins-maint
seahorse-plugins-maint
Depends on:
Blocks: 585692
 
 
Reported: 2009-02-17 18:10 UTC by André Klapper
Modified: 2009-06-13 23:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-17 18:10:55 UTC
http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/GTK%2B


./libseahorse/seahorse-widget.h:
 #define SEAHORSE_WIDGET(obj)            (GTK_CHECK_CAST ((obj), SEAHORSE_TYPE_WIDGET, SeahorseWidget))
./libseahorse/seahorse-widget.h:
 #define SEAHORSE_WIDGET_CLASS(klass)    (GTK_CHECK_CLASS_CAST ((klass), SEAHORSE_TYPE_WIDGET, SeahorseWidgetClass))
./libseahorse/seahorse-widget.h:
 #define SEAHORSE_IS_WIDGET_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), SEAHORSE_TYPE_WIDGET))
./libseahorse/seahorse-widget.h:
 #define SEAHORSE_WIDGET_GET_CLASS(obj)  (GTK_CHECK_GET_CLASS ((obj), SEAHORSE_TYPE_WIDGET, SeahorseWidgetClass))
./libseahorse/seahorse-widget.h:
 #define SEAHORSE_IS_WIDGET(obj)         (GTK_CHECK_TYPE ((obj), SEAHORSE_TYPE_WIDGET))
./plugins/applet/seahorse-applet.c:
 gtk_object_sink (GTK_OBJECT (priv->tooltips));
./libseahorse/seahorse-widget.c:
 gtk_object_sink (GTK_OBJECT (swidget));
./libseahorse/seahorse-widget.c:
 gtk_object_sink (GTK_OBJECT (swidget));
./plugins/applet/seahorse-applet.c:
 priv->tooltips = gtk_tooltips_new ();
./plugins/applet/seahorse-applet.c:
 gtk_tooltips_set_tip (priv->tooltips, GTK_WIDGET (applet), _("Encryption Applet"), NULL);
./plugins/applet/seahorse-applet.c:
 gtk_rc_style_unref (rc_style);


http://library.gnome.org/devel/gtk/stable/gtk-Types.html#GTK-CHECK-CAST--CAPS
http://library.gnome.org/devel/gtk/stable/gtk-Types.html#GTK-CHECK-CLASS-CAST--CAPS
http://library.gnome.org/devel/gtk/stable/gtk-Types.html#GTK-CHECK-CLASS-TYPE--CAPS
http://library.gnome.org/devel/gtk/stable/gtk-Types.html#GTK-CHECK-GET-CLASS--CAPS
http://library.gnome.org/devel/gtk/stable/gtk-Types.html#GTK-CHECK-TYPE--CAPS
http://library.gnome.org/devel/gtk/unstable/GtkObject.html#gtk-object-sink
http://library.gnome.org/devel/gtk/stable/GtkTooltips.html#gtk-tooltips-new
http://library.gnome.org/devel/gtk/stable/GtkTooltips.html#gtk-tooltips-set-tip
http://library.gnome.org/devel/gtk/stable/gtk-Resource-Files.html#gtk-rc-style-unref
Comment 1 Adam Schreiber 2009-02-17 19:18:30 UTC
2009-02-17  Adam Schreiber  <sadam@clemson.edu>

    * libseahorse/seahorse-widget.c: Remove deprecated GTK+ symbols

    * plugins/applet/seahorse-applet.c:
    * libseahorse/seahorse-widget.h: Remove deprecated GTK+ symbols
    Fixes bug #572183