]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfixed.h
Change FSF Address
[~andy/gtk] / gtk / gtkfixed.h
index 2703c6b1c3bf69ae061bea05c6b843d5a1fb4a68..50a00ce459d8c616486958b27c4fd7624e557599 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -53,13 +51,19 @@ struct _GtkFixed
 {
   GtkContainer container;
 
-  /* <private> */
+  /*< private >*/
   GtkFixedPrivate *priv;
 };
 
 struct _GtkFixedClass
 {
   GtkContainerClass parent_class;
+
+  /* Padding for future expansion */
+  void (*_gtk_reserved1) (void);
+  void (*_gtk_reserved2) (void);
+  void (*_gtk_reserved3) (void);
+  void (*_gtk_reserved4) (void);
 };
 
 struct _GtkFixedChild