~zaspire/libunity-webapps/revert-unconscious-changes

« back to all changes in this revision

Viewing changes to src/index-updater/webapp-info.h

  • Committer: Robert Carr
  • Date: 2012-10-01 23:31:01 UTC
  • mfrom: (782.1.15 trunk)
  • Revision ID: racarr@canonical.com-20121001233101-j9st6kh668th219z
MergeĀ lp:~robertcarr/libunity-webapps/fix-1059846-happy-october

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
void webapp_info_set_application_name (WebappInfo *info, const gchar *application_name);
17
17
const gchar *webapp_info_get_application_name (WebappInfo *info);
 
18
void webapp_info_set_application_domain (WebappInfo *info, const gchar *application_domain);
 
19
const gchar *webapp_info_get_application_domain (WebappInfo *info);
18
20
 
19
21
gboolean webapp_info_has_urls (WebappInfo *info);
20
22
gboolean webapp_info_verify (WebappInfo *info);