diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-06-03 13:53:19 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-06-03 13:53:19 -0400 |
| commit | b025a0268f302df78589d3cc36aad5f56693799f (patch) | |
| tree | b16c1b9b38bb0320dcf361c64b55149a76f4cb1b /obt/link.h | |
| parent | 78a8f407a94d16b96a54e32a4c9782a765ad40fe (diff) | |
parse app Categories better. parse a list of strings into a gchar**
Diffstat (limited to 'obt/link.h')
| -rw-r--r-- | obt/link.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. */ |
