summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-06-17 19:44:57 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-06-17 19:44:57 +0200
commitb1f70e81ef1d7287dcb2cafa9a115ff5752ece55 (patch)
tree4d2f770ec19d7c20efb8ad6371bbee8f0e6443bb
parent3a916200a842b7017688bca50d29356c5ccf2834 (diff)
downloadatk-b1f70e81ef1d7287dcb2cafa9a115ff5752ece55.tar.gz
Removing pads from interfaces
Glib interfaces don't need padding in order to maintain the ABI, so removing as they are not needed.
-rwxr-xr-xatk/atkaction.h1
-rwxr-xr-xatk/atkdocument.h5
-rwxr-xr-xatk/atkeditabletext.h3
-rw-r--r--atk/atkhyperlinkimpl.h2
-rwxr-xr-xatk/atkhypertext.h4
-rwxr-xr-xatk/atkimage.h3
-rwxr-xr-xatk/atkselection.h3
-rwxr-xr-xatk/atktable.h5
-rwxr-xr-xatk/atktext.h3
-rwxr-xr-xatk/atkvalue.h1
-rw-r--r--atk/atkwindow.h2
11 files changed, 0 insertions, 32 deletions
diff --git a/atk/atkaction.h b/atk/atkaction.h
index 68cb7a0..6991ab5 100755
--- a/atk/atkaction.h
+++ b/atk/atkaction.h
@@ -66,7 +66,6 @@ struct _AtkActionIface
const gchar *desc);
const gchar* (*get_localized_name)(AtkAction *action,
gint i);
- AtkFunction pad2;
};
GType atk_action_get_type (void);
diff --git a/atk/atkdocument.h b/atk/atkdocument.h
index 685a0f7..ee1ae43 100755
--- a/atk/atkdocument.h
+++ b/atk/atkdocument.h
@@ -59,11 +59,6 @@ struct _AtkDocumentIface
gboolean ( *set_document_attribute) (AtkDocument *document,
const gchar *attribute_name,
const gchar *attribute_value);
-
- AtkFunction pad1;
- AtkFunction pad2;
- AtkFunction pad3;
- AtkFunction pad4;
};
GType atk_document_get_type (void);
diff --git a/atk/atkeditabletext.h b/atk/atkeditabletext.h
index da60bbd..0849595 100755
--- a/atk/atkeditabletext.h
+++ b/atk/atkeditabletext.h
@@ -70,9 +70,6 @@ struct _AtkEditableTextIface
gint end_pos);
void (* paste_text) (AtkEditableText *text,
gint position);
-
- AtkFunction pad1;
- AtkFunction pad2;
};
GType atk_editable_text_get_type (void);
diff --git a/atk/atkhyperlinkimpl.h b/atk/atkhyperlinkimpl.h
index 3e0f589..8b92af9 100644
--- a/atk/atkhyperlinkimpl.h
+++ b/atk/atkhyperlinkimpl.h
@@ -62,8 +62,6 @@ struct _AtkHyperlinkImplIface
GTypeInterface parent;
AtkHyperlink* (* get_hyperlink) (AtkHyperlinkImpl *impl);
-
- AtkFunction pad1;
};
GType atk_hyperlink_impl_get_type (void);
diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h
index d8328a8..6dc2a27 100755
--- a/atk/atkhypertext.h
+++ b/atk/atkhypertext.h
@@ -60,10 +60,6 @@ struct _AtkHypertextIface
*/
void (* link_selected) (AtkHypertext *hypertext,
gint link_index);
-
- AtkFunction pad1;
- AtkFunction pad2;
- AtkFunction pad3;
};
GType atk_hypertext_get_type (void);
diff --git a/atk/atkimage.h b/atk/atkimage.h
index 1091d7c..9977e52 100755
--- a/atk/atkimage.h
+++ b/atk/atkimage.h
@@ -60,9 +60,6 @@ struct _AtkImageIface
gboolean ( *set_image_description) (AtkImage *image,
const gchar *description);
const gchar* ( *get_image_locale) (AtkImage *image);
-
- AtkFunction pad1;
-
};
GType atk_image_get_type (void);
diff --git a/atk/atkselection.h b/atk/atkselection.h
index 9a0050f..715b97a 100755
--- a/atk/atkselection.h
+++ b/atk/atkselection.h
@@ -65,9 +65,6 @@ struct _AtkSelectionIface
/* signal handlers */
void (*selection_changed) (AtkSelection *selection);
-
- AtkFunction pad1;
- AtkFunction pad2;
};
GType atk_selection_get_type (void);
diff --git a/atk/atktable.h b/atk/atktable.h
index e8d5075..124cfbc 100755
--- a/atk/atktable.h
+++ b/atk/atktable.h
@@ -132,11 +132,6 @@ struct _AtkTableIface
void (* row_reordered) (AtkTable *table);
void (* column_reordered) (AtkTable *table);
void (* model_changed) (AtkTable *table);
-
- AtkFunction pad1;
- AtkFunction pad2;
- AtkFunction pad3;
- AtkFunction pad4;
};
GType atk_table_get_type (void);
diff --git a/atk/atktext.h b/atk/atktext.h
index 0edfcc0..5085438 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -275,9 +275,6 @@ struct _AtkTextIface
AtkCoordType coord_type,
AtkTextClipType x_clip_type,
AtkTextClipType y_clip_type);
-
-
- AtkFunction pad4;
};
GType atk_text_get_type (void);
diff --git a/atk/atkvalue.h b/atk/atkvalue.h
index 276b679..56554d3 100755
--- a/atk/atkvalue.h
+++ b/atk/atkvalue.h
@@ -61,7 +61,6 @@ struct _AtkValueIface
const GValue *value);
void (* get_minimum_increment) (AtkValue *obj,
GValue *value);
- AtkFunction pad1;
};
GType atk_value_get_type (void);
diff --git a/atk/atkwindow.h b/atk/atkwindow.h
index 7d14913..dfc38ba 100644
--- a/atk/atkwindow.h
+++ b/atk/atkwindow.h
@@ -44,8 +44,6 @@ typedef struct _AtkWindowIface AtkWindowIface;
struct _AtkWindowIface
{
GTypeInterface parent;
-
- gpointer _padding_dummy[16];
};
GType atk_window_get_type (void);