Revert "Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_1...
[platform/upstream/atk.git] / atk / atkaction.h
old mode 100644 (file)
new mode 100755 (executable)
index d15544f..3712806
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
@@ -66,6 +68,7 @@ struct _AtkActionIface
                                                gint              i);
 };
 
+ATK_AVAILABLE_IN_ALL
 GType atk_action_get_type (void);
 
 /*
@@ -79,21 +82,27 @@ GType atk_action_get_type (void);
  * provided in a support library
  */
 
+ATK_AVAILABLE_IN_ALL
 gboolean   atk_action_do_action                (AtkAction         *action,
                                             gint              i);
+ATK_AVAILABLE_IN_ALL
 gint   atk_action_get_n_actions            (AtkAction *action);
+ATK_AVAILABLE_IN_ALL
 const gchar*          atk_action_get_description  (AtkAction         *action,
                                                    gint              i);
+ATK_AVAILABLE_IN_ALL
 const gchar*          atk_action_get_name         (AtkAction         *action,
                                                    gint              i);
+ATK_AVAILABLE_IN_ALL
 const gchar*          atk_action_get_keybinding   (AtkAction         *action,
                                                    gint              i);
+ATK_AVAILABLE_IN_ALL
 gboolean              atk_action_set_description  (AtkAction         *action,
                                                    gint              i,
                                                    const gchar       *desc);
 
 /* NEW in ATK 1.1: */
-
+ATK_AVAILABLE_IN_ALL
 const gchar* atk_action_get_localized_name (AtkAction       *action,
                                                     gint            i);