Author: akv
Date: 2012-08-25 03:04:31 +0200 (Sat, 25 Aug 2012)
New Revision: 4263
Modified:
branches/4175-enfuse/src/rs-store.c
branches/4175-enfuse/src/rs-store.h
Log:
Added rs_store_get_current_priority() to get current_priority from a RSStore.
Modified: branches/4175-enfuse/src/rs-store.c
===================================================================
--- branches/4175-enfuse/src/rs-store.c 2012-08-24 23:54:25 UTC (rev 4262)
+++ branches/4175-enfuse/src/rs-store.c 2012-08-25 01:04:31 UTC (rev 4263)
@@ -2947,3 +2947,9 @@
return n;
}
+
+guint
+rs_store_get_current_priority(RSStore *store)
+{
+ return store->current_priority;
+}
Modified: branches/4175-enfuse/src/rs-store.h
===================================================================
--- branches/4175-enfuse/src/rs-store.h 2012-08-24 23:54:25 UTC (rev 4262)
+++ branches/4175-enfuse/src/rs-store.h 2012-08-25 01:04:31 UTC (rev 4263)
@@ -285,4 +285,7 @@
extern GtkIconView*
rs_store_get_current_iconview(RSStore *store);
+extern guint
+rs_store_get_current_priority(RSStore *store);
+
#endif /* RS_STORE_H */
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit