X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Flink.h;h=9ad86cc9027ebedc88020e75d24f325fe3ef3e60;hb=9325c92056ff4268db2263cdf8c07bb529e158aa;hp=4c1fb8aaf821f3228cc29b9ba6a314fa24842daa;hpb=0c8c9caba6f529c11b04643d24a5a503f49a245b;p=chaz%2Fopenbox diff --git a/obt/link.h b/obt/link.h index 4c1fb8aa..9ad86cc9 100644 --- a/obt/link.h +++ b/obt/link.h @@ -100,7 +100,8 @@ const gchar* obt_link_app_executable (ObtLink *e); /*! Returns the path in which the application should be run */ const gchar* obt_link_app_path (ObtLink *e); gboolean obt_link_app_run_in_terminal (ObtLink *e); -const gchar** obt_link_app_mime_types (ObtLink *e); +const gchar*const* obt_link_app_mime_types (ObtLink *e); +const GQuark* obt_link_app_categories (ObtLink *e, gulong *n); /*! Returns a combination of values in the ObtLinkAppOpen enum, specifying if the application can be launched to open one or more files and URLs. */