docs: Add missing parent interface descriptions

This commit is contained in:
David King
2012-02-19 15:25:13 +00:00
parent d85a6ac9f0
commit a1982b4bfa
4 changed files with 4 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT)
/**
* GActionInterface:
* @g_iface: the parent interface
* @get_name: the virtual function pointer for g_action_get_name()
* @get_parameter_type: the virtual function pointer for g_action_get_parameter_type()
* @get_state_type: the virtual function pointer for g_action_get_state_type()

View File

@@ -79,6 +79,7 @@
/**
* GActionGroupInterface:
* @g_iface: the parent interface
* @has_action: the virtual function pointer for g_action_group_has_action()
* @list_actions: the virtual function pointer for g_action_group_list_actions()
* @get_action_parameter_type: the virtual function pointer for g_action_group_get_action_parameter_type()

View File

@@ -46,6 +46,7 @@
/**
* GActionMapInterface:
* @g_iface: the parent interface
* @lookup_action: the virtual function pointer for g_action_map_lookup_action()
* @add_action: the virtual function pointer for g_action_map_add_action()
* @remove_action: the virtual function pointer for g_action_map_remove_action()

View File

@@ -58,6 +58,7 @@
/**
* GRemoteActionGroupInterface:
* @g_iface: the parent interface
* @activate_action_full: the virtual function pointer for g_remote_action_group_activate_action_full()
* @change_action_state_full: the virtual function pointer for g_remote_action_group_change_action_state_full()
*