summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atk/atksocket.c2
-rw-r--r--atk/atksocket.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/atk/atksocket.c b/atk/atksocket.c
index b6ca43d..887fb5c 100644
--- a/atk/atksocket.c
+++ b/atk/atksocket.c
@@ -136,7 +136,7 @@ atk_socket_new (void)
* Since: 1.30
**/
void
-atk_socket_embed (AtkSocket* obj, gchar* plug_id)
+atk_socket_embed (AtkSocket* obj, const gchar* plug_id)
{
AtkSocketClass *klass;
diff --git a/atk/atksocket.h b/atk/atksocket.h
index 54a98af..09bd0fb 100644
--- a/atk/atksocket.h
+++ b/atk/atksocket.h
@@ -62,7 +62,7 @@ struct _AtkSocketClass
ATK_AVAILABLE_IN_ALL
AtkObject* atk_socket_new (void);
ATK_AVAILABLE_IN_ALL
-void atk_socket_embed (AtkSocket* obj, gchar* plug_id);
+void atk_socket_embed (AtkSocket* obj, const gchar* plug_id);
ATK_AVAILABLE_IN_ALL
gboolean atk_socket_is_occupied (AtkSocket* obj);