X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellrendererprogress.h;h=ab728bf73eca5d9b81caf42f19e938f65e70aa3c;hb=1865b9a1116d166c9abc5c75f5d01270574007c5;hp=dddc71ea80494485e381cc23462523991d7f9791;hpb=d9d8bda57e62da65f97728e094725e6d39d93d29;p=~andy%2Fgtk diff --git a/gtk/gtkcellrendererprogress.h b/gtk/gtkcellrendererprogress.h index dddc71ea8..ab728bf73 100644 --- a/gtk/gtkcellrendererprogress.h +++ b/gtk/gtkcellrendererprogress.h @@ -13,20 +13,23 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library 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 . */ + /* * Modified by the GTK+ Team and others 1997-2004. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ #ifndef __GTK_CELL_RENDERER_PROGRESS_H__ #define __GTK_CELL_RENDERER_PROGRESS_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include G_BEGIN_DECLS @@ -45,7 +48,7 @@ typedef struct _GtkCellRendererProgressPrivate GtkCellRendererProgressPrivate; struct _GtkCellRendererProgress { GtkCellRenderer parent_instance; - + /*< private >*/ GtkCellRendererProgressPrivate *priv; }; @@ -61,7 +64,7 @@ struct _GtkCellRendererProgressClass void (*_gtk_reserved4) (void); }; -GType gtk_cell_renderer_progress_get_type (void); +GType gtk_cell_renderer_progress_get_type (void) G_GNUC_CONST; GtkCellRenderer* gtk_cell_renderer_progress_new (void); G_END_DECLS