GActionGroup: fix an annotation
authorRyan Lortie <desrt@desrt.ca>
Sun, 25 May 2014 09:21:06 +0000 (11:21 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2015 16:36:09 +0000 (12:36 -0400)
commiteeae7950fca962e65a5e08cfceae372782f5cc7e
treee945911f2c7f986635fc3d41d092c010d7dbfea6
parent96df2727f4c120a9fec888a2840f60ac3c3edde9
GActionGroup: fix an annotation

.get_action_state_type() does not return a copy.

We remove the annotation entirely because it is evident from the 'const'
on the return type.

https://bugzilla.gnome.org/show_bug.cgi?id=730168
gio/gactiongroup.c