diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-08-30 19:29:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-08-30 19:31:45 -0400 |
commit | 31a72dd719940ca5b97da9eb36ce5467458ed7f5 (patch) | |
tree | 386f815bc882f762c0d6c31f6e49cf219db6f871 | |
parent | ee2c6f4554661ed449dda0076bc4d7627ed05e80 (diff) |
Update symbol list2.25.15
-rw-r--r-- | gio/gio.symbols | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gio/gio.symbols b/gio/gio.symbols index bb0811077..53dd90fb8 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -1902,9 +1902,6 @@ g_action_get_state g_action_get_state_hint g_action_get_state_type g_action_get_type -g_action_new -g_action_new_stateful -g_action_set_enabled g_action_set_state #endif #endif @@ -1916,6 +1913,15 @@ g_simple_action_group_insert g_simple_action_group_lookup g_simple_action_group_new g_simple_action_group_remove -g_simple_action_group_set_enabled +#endif +#endif + +#if IN_HEADER(__G_SIMPLE_ACTION_H__) +#if IN_FILE(__G_SIMPLE_ACTION_C__) +g_simple_action_get_parameter_type +g_simple_action_get_type +g_simple_action_new +g_simple_action_new_stateful +g_simple_action_set_enabled #endif #endif |