mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-01 19:36:37 +02:00
docs: Add missing parent interface descriptions
This commit is contained in:
@@ -63,6 +63,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GActionInterface:
|
* GActionInterface:
|
||||||
|
* @g_iface: the parent interface
|
||||||
* @get_name: the virtual function pointer for g_action_get_name()
|
* @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_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()
|
* @get_state_type: the virtual function pointer for g_action_get_state_type()
|
||||||
|
@@ -79,6 +79,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GActionGroupInterface:
|
* GActionGroupInterface:
|
||||||
|
* @g_iface: the parent interface
|
||||||
* @has_action: the virtual function pointer for g_action_group_has_action()
|
* @has_action: the virtual function pointer for g_action_group_has_action()
|
||||||
* @list_actions: the virtual function pointer for g_action_group_list_actions()
|
* @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()
|
* @get_action_parameter_type: the virtual function pointer for g_action_group_get_action_parameter_type()
|
||||||
|
@@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GActionMapInterface:
|
* GActionMapInterface:
|
||||||
|
* @g_iface: the parent interface
|
||||||
* @lookup_action: the virtual function pointer for g_action_map_lookup_action()
|
* @lookup_action: the virtual function pointer for g_action_map_lookup_action()
|
||||||
* @add_action: the virtual function pointer for g_action_map_add_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()
|
* @remove_action: the virtual function pointer for g_action_map_remove_action()
|
||||||
|
@@ -58,6 +58,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GRemoteActionGroupInterface:
|
* GRemoteActionGroupInterface:
|
||||||
|
* @g_iface: the parent interface
|
||||||
* @activate_action_full: the virtual function pointer for g_remote_action_group_activate_action_full()
|
* @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()
|
* @change_action_state_full: the virtual function pointer for g_remote_action_group_change_action_state_full()
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user