mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-01 11:26: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:
|
||||
* @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()
|
||||
|
@@ -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()
|
||||
|
@@ -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()
|
||||
|
@@ -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()
|
||||
*
|
||||
|
Reference in New Issue
Block a user