X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fa11y%2Fgtkrangeaccessible.h;h=96ac97edcb4499060b0ec0fd89270f244f99c4a4;hb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;hp=d84b8ef7b73da548e484bcb7d4069eee86cf24f8;hpb=b80fb88aff51b6d464c3a62663eb6bce33d3ce08;p=~andy%2Fgtk diff --git a/gtk/a11y/gtkrangeaccessible.h b/gtk/a11y/gtkrangeaccessible.h index d84b8ef7b..96ac97edc 100644 --- a/gtk/a11y/gtkrangeaccessible.h +++ b/gtk/a11y/gtkrangeaccessible.h @@ -12,9 +12,7 @@ * 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 . */ #ifndef __GTK_RANGE_ACCESSIBLE_H__ @@ -24,7 +22,7 @@ G_BEGIN_DECLS -#define GTK_TYPE_RANGE_ACCESSIBLE (gtk_range_accessible_get_type ()) +#define GTK_TYPE_RANGE_ACCESSIBLE (_gtk_range_accessible_get_type ()) #define GTK_RANGE_ACCESSIBLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RANGE_ACCESSIBLE, GtkRangeAccessible)) #define GTK_RANGE_ACCESSIBLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RANGE_ACCESSIBLE, GtkRangeAccessibleClass)) #define GTK_IS_RANGE_ACCESSIBLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RANGE_ACCESSIBLE)) @@ -44,7 +42,7 @@ struct _GtkRangeAccessibleClass GtkWidgetAccessibleClass parent_class; }; -GType gtk_range_accessible_get_type (void); +GType _gtk_range_accessible_get_type (void); G_END_DECLS