X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktoolitem.h;h=1a623916f5038b3a2eae93dd16dd5512c106e72b;hb=bb3c56abe2e7916126bd4f8234dee080b5381941;hp=1e1ecbfc3d79f147f36c5ad04d65287e1f67ad58;hpb=e8f1a3ccf073e605f56a0e7c89acb4bda9b47b3d;p=~andy%2Fgtk diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h index 1e1ecbfc3..1a623916f 100644 --- a/gtk/gtktoolitem.h +++ b/gtk/gtktoolitem.h @@ -15,18 +15,16 @@ * 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 . */ +#ifndef __GTK_TOOL_ITEM_H__ +#define __GTK_TOOL_ITEM_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_TOOL_ITEM_H__ -#define __GTK_TOOL_ITEM_H__ - #include #include #include @@ -49,7 +47,7 @@ struct _GtkToolItem GtkBin parent; /*< private >*/ - GtkToolItemPrivate *GSEAL (priv); + GtkToolItemPrivate *priv; }; struct _GtkToolItemClass