[atk: 1/2] AtkSocketClass (embed): Make plug_id parameter const
- From: Samuel Thibault <sthibaul src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk: 1/2] AtkSocketClass (embed): Make plug_id parameter const
- Date: Wed, 11 Sep 2019 08:17:36 +0000 (UTC)
commit b9a17fa8feda0b742ecf582f283735ec878a203c
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Tue Sep 10 22:42:14 2019 +0200
AtkSocketClass (embed): Make plug_id parameter const
This is a follow-up to e7276a0c47a0 ("atk_socket_embed: make plug_id
parameter const").
atk/atksocket.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atk/atksocket.h b/atk/atksocket.h
index 09bd0fb..fd248c1 100644
--- a/atk/atksocket.h
+++ b/atk/atksocket.h
@@ -56,7 +56,7 @@ struct _AtkSocketClass
/* to be subscribed to by atk-bridge */
/*< protected >*/
- void (* embed) (AtkSocket *obj, gchar* plug_id);
+ void (* embed) (AtkSocket *obj, const gchar* plug_id);
};
ATK_AVAILABLE_IN_ALL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]