Skip to content

Commit

Permalink
xapp-visibility-group: add missing declaration in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jun 14, 2024
1 parent 3b82a66 commit 7ae03d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxapp/xapp-visibility-group.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct _XAppVisibilityGroup

GType xapp_visibility_group_get_type (void) G_GNUC_CONST;
XAppVisibilityGroup *xapp_visibility_group_new (gboolean visible, gboolean sensitive, GSList *widgets);

void xapp_visibility_group_free (XAppVisibilityGroup *group);
void xapp_visibility_group_add_widget (XAppVisibilityGroup *group, GtkWidget *widget);
gboolean xapp_visibility_group_remove_widget (XAppVisibilityGroup *group, GtkWidget *widget);
void xapp_visibility_group_hide (XAppVisibilityGroup *group);
Expand Down

0 comments on commit 7ae03d4

Please sign in to comment.