summaryrefslogtreecommitdiff
path: root/gtk/gtkplacesviewprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-04 20:42:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-05 10:45:47 -0400
commita9103ccd7c3bd8847fa7138cdfb182511b7392c6 (patch)
tree13f2bc24fc1063f94c4f8a18a857978d1896cec1 /gtk/gtkplacesviewprivate.h
parent8effa10e7939cd2b30f29a1c383b298456442404 (diff)
downloadgtk+-a9103ccd7c3bd8847fa7138cdfb182511b7392c6.tar.gz
placesview: Drop the Private struct
Diffstat (limited to 'gtk/gtkplacesviewprivate.h')
-rw-r--r--gtk/gtkplacesviewprivate.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/gtk/gtkplacesviewprivate.h b/gtk/gtkplacesviewprivate.h
index e2385a39ed..368649b1c5 100644
--- a/gtk/gtkplacesviewprivate.h
+++ b/gtk/gtkplacesviewprivate.h
@@ -37,30 +37,6 @@ G_BEGIN_DECLS
typedef struct _GtkPlacesView GtkPlacesView;
typedef struct _GtkPlacesViewClass GtkPlacesViewClass;
-typedef struct _GtkPlacesViewPrivate GtkPlacesViewPrivate;
-
-struct _GtkPlacesViewClass
-{
- GtkBoxClass parent_class;
-
- void (* open_location) (GtkPlacesView *view,
- GFile *location,
- GtkPlacesOpenFlags open_flags);
-
- void (* show_error_message) (GtkPlacesSidebar *sidebar,
- const gchar *primary,
- const gchar *secondary);
-
- /*< private >*/
-
- /* Padding for future expansion */
- gpointer reserved[10];
-};
-
-struct _GtkPlacesView
-{
- GtkBox parent_instance;
-};
GType gtk_places_view_get_type (void) G_GNUC_CONST;