X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkdrawingarea.h;h=1029b249d0290aa950638c26ebfadcaa8070469d;hb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;hp=7208d7ab59896978922060b2d382f7110dd2c1e7;hpb=2eb26d68f67dc3b03cea883567fbeaeee82ca048;p=~andy%2Fgtk diff --git a/gtk/gtkdrawingarea.h b/gtk/gtkdrawingarea.h index 7208d7ab5..1029b249d 100644 --- a/gtk/gtkdrawingarea.h +++ b/gtk/gtkdrawingarea.h @@ -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 . */ /* @@ -24,7 +22,7 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif @@ -52,7 +50,8 @@ struct _GtkDrawingArea { GtkWidget widget; - gpointer GSEAL (draw_data); + /*< private >*/ + gpointer dummy; }; struct _GtkDrawingAreaClass @@ -67,8 +66,8 @@ struct _GtkDrawingAreaClass }; -GType gtk_drawing_area_get_type (void) G_GNUC_CONST; -GtkWidget* gtk_drawing_area_new (void); +GType gtk_drawing_area_get_type (void) G_GNUC_CONST; +GtkWidget* gtk_drawing_area_new (void); G_END_DECLS