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 617188 - Move GSEAL'd members into private struct.
Move GSEAL'd members into private struct.
Status: RESOLVED DUPLICATE of bug 617179
Product: gtk+
Classification: Platform
Component: Widget: Other
2.90.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-04-29 15:28 UTC by Garrett Regier
Modified: 2010-08-02 23:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Move GSEAL'd members of GtkAssistant into private struct. (52.85 KB, patch)
2010-04-29 15:30 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkContainer into private struct. (102.37 KB, patch)
2010-04-29 15:32 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of Gtk into private-struct. (66.98 KB, patch)
2010-04-29 15:33 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkMessageDialog into private-struct. (7.67 KB, patch)
2010-04-29 15:34 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkProgressBar into private-struct. (19.60 KB, patch)
2010-04-29 15:35 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkRadioButton into private-struct. (6.82 KB, patch)
2010-04-29 15:35 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkScale into private-struct. (6.64 KB, patch)
2010-04-29 15:35 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkSeparator into private-struct. (4.34 KB, patch)
2010-04-29 15:36 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkTable into private-struct. (42.09 KB, patch)
2010-04-29 15:39 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkToggleButton into private-struct. (21.73 KB, patch)
2010-04-29 15:39 UTC, Garrett Regier
none Details | Review
Move GSEAL'd members of GtkViewport into private-struct. (12.43 KB, patch)
2010-04-29 15:40 UTC, Garrett Regier
none Details | Review

Description Garrett Regier 2010-04-29 15:28:44 UTC
Move GSEAL'd members into private struct.
Comment 1 Garrett Regier 2010-04-29 15:30:24 UTC
Created attachment 159893 [details] [review]
Move GSEAL'd members of GtkAssistant into private struct.
Comment 2 Garrett Regier 2010-04-29 15:32:54 UTC
Created attachment 159894 [details] [review]
Move GSEAL'd members of GtkContainer into private struct.

Move GSEAL'd members of Gtk into private struct.


This patch also adds these functions because accessors for them do not exist:
gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container);
gboolean _gtk_container_get_need_resize        (GtkContainer *container);
void     _gtk_container_set_need_resize        (GtkContainer *container,
					        gboolean      needs_resize);
Comment 3 Garrett Regier 2010-04-29 15:33:58 UTC
Created attachment 159895 [details] [review]
Move GSEAL'd members of Gtk into private-struct.
Comment 4 Garrett Regier 2010-04-29 15:34:52 UTC
Created attachment 159896 [details] [review]
Move GSEAL'd members of GtkMessageDialog into private-struct.
Comment 5 Garrett Regier 2010-04-29 15:35:17 UTC
Created attachment 159897 [details] [review]
Move GSEAL'd members of GtkProgressBar into private-struct.
Comment 6 Garrett Regier 2010-04-29 15:35:38 UTC
Created attachment 159898 [details] [review]
Move GSEAL'd members of GtkRadioButton into private-struct.
Comment 7 Garrett Regier 2010-04-29 15:35:58 UTC
Created attachment 159899 [details] [review]
Move GSEAL'd members of GtkScale into private-struct.
Comment 8 Garrett Regier 2010-04-29 15:36:53 UTC
Created attachment 159900 [details] [review]
Move GSEAL'd members of GtkSeparator into private-struct.
Comment 9 Garrett Regier 2010-04-29 15:39:22 UTC
Created attachment 159901 [details] [review]
Move GSEAL'd members of GtkTable into private-struct.

This also removed GtkTableChild and GtkTableRowCol as there is no public functions that use them.
Comment 10 Garrett Regier 2010-04-29 15:39:49 UTC
Created attachment 159902 [details] [review]
Move GSEAL'd members of GtkToggleButton into private-struct.
Comment 11 Garrett Regier 2010-04-29 15:40:25 UTC
Created attachment 159903 [details] [review]
Move GSEAL'd members of GtkViewport into private-struct.
Comment 12 Javier Jardón (IRC: jjardon) 2010-08-02 23:49:34 UTC
Already fixed in GTK+ master

*** This bug has been marked as a duplicate of bug 617179 ***