docs: mark base interface as private
This commit is contained in:
@ -54,8 +54,11 @@ typedef struct _GtkActivatableIface GtkActivatableIface;
|
||||
|
||||
struct _GtkActivatableIface
|
||||
{
|
||||
/*< private >*/
|
||||
GTypeInterface g_iface;
|
||||
|
||||
/*< public >*/
|
||||
|
||||
/* virtual table */
|
||||
void (* update) (GtkActivatable *activatable,
|
||||
GtkAction *action,
|
||||
|
||||
Reference in New Issue
Block a user