X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkwidgetpath.h;h=73bf7c0e19c5da2637ddc2df151886c7c46f0d8b;hb=f076b6bb0284b59de67d5be8d53a14b5bb32e119;hp=b042544dc99144b30ca6c7558630ee189aee7424;hpb=2c25bd85b8690eb0ca6b023122dc130d57c0ca8d;p=~andy%2Fgtk diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index b042544dc..73bf7c0e1 100644 --- a/gtk/gtkwidgetpath.h +++ b/gtk/gtkwidgetpath.h @@ -12,30 +12,23 @@ * 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_WIDGET_PATH_H__ +#define __GTK_WIDGET_PATH_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_WIDGET_PATH_H__ -#define __GTK_WIDGET_PATH_H__ - #include #include #include +#include G_BEGIN_DECLS -typedef struct _GtkWidgetPath GtkWidgetPath; - -/* We make this forward declaration here, since gtkwidget.h includes us. - */ -typedef struct _GtkWidget GtkWidget; - #define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ()) GType gtk_widget_path_get_type (void) G_GNUC_CONST;