sidebarrow: Avoid object-valued properties

They tend to leak...as these do.
This commit is contained in:
Matthias Clasen
2015-06-23 14:42:57 -04:00
parent 9f27ee7f5a
commit f2a8ddfecf
3 changed files with 38 additions and 57 deletions

View File

@ -48,6 +48,9 @@ void gtk_sidebar_row_hide (GtkSidebarRow *self,
gboolean inmediate);
void gtk_sidebar_row_reveal (GtkSidebarRow *self);
GtkWidget *gtk_sidebar_row_get_eject_button (GtkSidebarRow *self);
GtkWidget *gtk_sidebar_row_get_event_box (GtkSidebarRow *self);
G_END_DECLS
#endif /* GTK_SIDEBAR_ROW_PRIVATE_H */