]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtkswitchaccessible.h
Change FSF Address
[~andy/gtk] / gtk / a11y / gtkswitchaccessible.h
index 29b4487624840fe39d8d6ad9be18f72db1524031..488c3dedc329ff828760b91af9eba15596eb5832 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_SWITCH_ACCESSIBLE_H__
@@ -24,7 +22,7 @@
 
 G_BEGIN_DECLS
 
-#define GTK_TYPE_SWITCH_ACCESSIBLE              (gtk_switch_accessible_get_type ())
+#define GTK_TYPE_SWITCH_ACCESSIBLE              (_gtk_switch_accessible_get_type ())
 #define GTK_SWITCH_ACCESSIBLE(obj)              (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SWITCH_ACCESSIBLE, GtkSwitchAccessible))
 #define GTK_SWITCH_ACCESSIBLE_CLASS(klass)      (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SWITCH_ACCESSIBLE, GtkSwitchAccessibleClass))
 #define GTK_IS_SWITCH_ACCESSIBLE(obj)           (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SWITCH_ACCESSIBLE))
@@ -37,9 +35,6 @@ typedef struct _GtkSwitchAccessibleClass GtkSwitchAccessibleClass;
 struct _GtkSwitchAccessible
 {
   GtkWidgetAccessible parent;
-
-  gchar *action_description;
-  guint action_idle;
 };
 
 struct _GtkSwitchAccessibleClass
@@ -47,7 +42,7 @@ struct _GtkSwitchAccessibleClass
   GtkWidgetAccessibleClass parent_class;
 };
 
-GType gtk_switch_accessible_get_type (void);
+GType _gtk_switch_accessible_get_type (void);
 
 G_END_DECLS