From 695e0dba7040a9693d4f08b404753ae910d9182b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 5 Jul 2013 14:25:31 -0400 Subject: GalViewCollection: Add a "system-directory" property. Just readable for now, but I plan to make it also construct-only. New functions: gal_view_collection_get_system_directory() --- e-util/gal-view-collection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/gal-view-collection.h') diff --git a/e-util/gal-view-collection.h b/e-util/gal-view-collection.h index 4025bf9a5c..83678b02d7 100644 --- a/e-util/gal-view-collection.h +++ b/e-util/gal-view-collection.h @@ -94,6 +94,8 @@ struct _GalViewCollectionItem { GType gal_view_collection_get_type (void) G_GNUC_CONST; GalViewCollection * gal_view_collection_new (void); +const gchar * gal_view_collection_get_system_directory + (GalViewCollection *collection); /* Set up the view collection. Call these two functions * before ever doing load or save and never call them again. */ -- cgit