X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktoggletoolbutton.h;h=13368e97c564e21f96001d55b3af0f3a4ad6aff0;hb=a960230a20f86ebb31594a40132e341c1b7a7c21;hp=bc04d1e45eed29788f7cf0b60061cff8088e5e5f;hpb=6ed334c3de67893eff585c3728af7a736d52e39f;p=~andy%2Fgtk diff --git a/gtk/gtktoggletoolbutton.h b/gtk/gtktoggletoolbutton.h index bc04d1e45..13368e97c 100644 --- a/gtk/gtktoggletoolbutton.h +++ b/gtk/gtktoggletoolbutton.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 . */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __GTK_TOGGLE_TOOL_BUTTON_H__ #define __GTK_TOGGLE_TOOL_BUTTON_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include G_BEGIN_DECLS @@ -47,7 +45,7 @@ struct _GtkToggleToolButton GtkToolButton parent; /*< private >*/ - GtkToggleToolButtonPrivate *GSEAL (priv); + GtkToggleToolButtonPrivate *priv; }; struct _GtkToggleToolButtonClass