mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 08:53:39 +02:00
Clean up GApplication docs
Clean up the docs for GApplication and related classes. I'm no longer writing documentation for the structure type of classes and interfaces. See https://bugzilla.gnome.org/show_bug.cgi?id=665926 for discussin on the correct way forward on this point. Also: stop putting gtk-doc comments in installed headers.
This commit is contained in:
@@ -39,20 +39,6 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GActionInterface GActionInterface;
|
||||
|
||||
/**
|
||||
* GActionInterface:
|
||||
* @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()
|
||||
* @get_state_hint: the virtual function pointer for g_action_get_state_hint()
|
||||
* @get_enabled: the virtual function pointer for g_action_get_enabled()
|
||||
* @get_state: the virtual function pointer for g_action_get_state()
|
||||
* @change_state: the virtual function pointer for g_action_change_state()
|
||||
* @activate: the virtual function pointer for g_action_activate(). Note that #GAction does not have an
|
||||
* 'activate' signal but that implementations of it may have one.
|
||||
*
|
||||
* Since: 2.28
|
||||
*/
|
||||
struct _GActionInterface
|
||||
{
|
||||
GTypeInterface g_iface;
|
||||
|
Reference in New Issue
Block a user