X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkseparatortoolitem.h;h=1a941f75bf5a7308c57c723dfb671b1f11aa0528;hb=6f1476edd3fbe31259e59ca3f03a01bf0f8ff67b;hp=55e404be6fb16748dfe90f39b00c75e0d855095c;hpb=448f2229a59a97bc2333f92bc886876f640894df;p=~andy%2Fgtk diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h index 55e404be6..1a941f75b 100644 --- a/gtk/gtkseparatortoolitem.h +++ b/gtk/gtkseparatortoolitem.h @@ -14,15 +14,17 @@ * 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_SEPARATOR_TOOL_ITEM_H__ #define __GTK_SEPARATOR_TOOL_ITEM_H__ -#include "gtktoolitem.h" +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + +#include G_BEGIN_DECLS @@ -40,7 +42,7 @@ typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate; struct _GtkSeparatorToolItem { GtkToolItem parent; - + /*< private >*/ GtkSeparatorToolItemPrivate *priv; };