diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-08-20 09:44:24 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:43 +0100 |
commit | 25db814902b123a3d5e4708f0da3daf606f7537d (patch) | |
tree | 72bde7b93fa2cd39f596a529e7635792aed29630 /vcl/inc/unx/gtk/gloactiongroup.h | |
parent | 253e16488551a263603744696b03026177ff2845 (diff) |
Actions are generated during the item info filling.
Change-Id: I79be19a8ca565da9ca9bb8b31efc4e6e1463ba31
Diffstat (limited to 'vcl/inc/unx/gtk/gloactiongroup.h')
-rw-r--r-- | vcl/inc/unx/gtk/gloactiongroup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gloactiongroup.h b/vcl/inc/unx/gtk/gloactiongroup.h index a44dbaac5b05..852a40f6b15b 100644 --- a/vcl/inc/unx/gtk/gloactiongroup.h +++ b/vcl/inc/unx/gtk/gloactiongroup.h @@ -55,6 +55,9 @@ void g_lo_action_group_remove (GLOActionGroup *gro void g_lo_action_group_clear (GLOActionGroup *group); +void g_lo_action_group_merge (GLOActionGroup *input_group, + GLOActionGroup *output_group); + G_END_DECLS #endif // GLOACTIONGROUP_H |