aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-collection.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-06 02:25:31 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:50 +0800
commit695e0dba7040a9693d4f08b404753ae910d9182b (patch)
treee22ddb64e7f4e75a378ee147c1c58fc0de3059c6 /e-util/gal-view-collection.h
parent552d1cc022b265d49f35566acf2f2119a09b94ba (diff)
downloadgsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.tar
gsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.tar.gz
gsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.tar.bz2
gsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.tar.lz
gsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.tar.xz
gsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.tar.zst
gsoc2013-evolution-695e0dba7040a9693d4f08b404753ae910d9182b.zip
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()
Diffstat (limited to 'e-util/gal-view-collection.h')
-rw-r--r--e-util/gal-view-collection.h2
1 files changed, 2 insertions, 0 deletions
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. */