Add GI annotations to GAppInfo and GDesktopAppInfo

This commit is contained in:
Pavel Holejsovsky
2010-12-27 15:40:07 +01:00
parent e2b185f97a
commit 1f84c5b72f
3 changed files with 6 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ struct _GAppInfoIface
const char * (* get_executable) (GAppInfo *appinfo);
GIcon * (* get_icon) (GAppInfo *appinfo);
gboolean (* launch) (GAppInfo *appinfo,
GList *filenames,
GList *files,
GAppLaunchContext *launch_context,
GError **error);
gboolean (* supports_uris) (GAppInfo *appinfo);