From b025a0268f302df78589d3cc36aad5f56693799f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Jun 2010 13:53:19 -0400 Subject: parse app Categories better. parse a list of strings into a gchar** --- obt/link.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'obt/link.h') 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. */ -- cgit v1.2.3