pidgin/gtkinternal.h

changeset 35613
93aeafc2dd13
parent 35487
494f09f7f331
child 35812
48c6ee645ca1
equal deleted inserted replaced
35612:a3e7ce26bc4b 35613:93aeafc2dd13
28 * @title: Internal Definitions and Includes 28 * @title: Internal Definitions and Includes
29 */ 29 */
30 30
31 G_BEGIN_DECLS 31 G_BEGIN_DECLS
32 32
33 static inline void
34 _pidgin_widget_set_accessible_name(GtkWidget *widget, const gchar *name);
35
33 PurpleStoredImage * 36 PurpleStoredImage *
34 _pidgin_e2ee_stock_icon_get(const gchar *stock_name); 37 _pidgin_e2ee_stock_icon_get(const gchar *stock_name);
35 38
36 G_END_DECLS 39 G_END_DECLS
37 40
41 static inline void
42 _pidgin_widget_set_accessible_name(GtkWidget *widget, const gchar *name)
43 {
44 atk_object_set_name(gtk_widget_get_accessible(widget), name);
45 }
46
38 #endif /* _PIDGIN_INTERNAL_H_ */ 47 #endif /* _PIDGIN_INTERNAL_H_ */

mercurial