summaryrefslogtreecommitdiff
path: root/gtk/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/resources.h')
-rw-r--r--gtk/resources.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk/resources.h b/gtk/resources.h
index dd52f54f1..923031af4 100644
--- a/gtk/resources.h
+++ b/gtk/resources.h
@@ -94,4 +94,16 @@ nserror nsgdk_pixbuf_new_from_resname(const char *resname, GdkPixbuf **pixbuf_ou
*/
nserror nsgtk_data_from_resname(const char *resname, const uint8_t **data_out, size_t *data_size_out);
+/**
+ * Get path to resource data.
+ *
+ * For a named resource this obtains the on-disc path to that resource.
+ *
+ * The path is read only and remains valid untill program exit.
+ * \param resname The resource name to obtain path for.
+ * \param path_out The resulting data.
+ * \return NSERROR_OK and path_out updated or appropriate error code.
+ */
+nserror nsgtk_path_from_resname(const char *resname, const char **path_out);
+
#endif