~charlesk/indicator-application/lp-1197788

« back to all changes in this revision

Viewing changes to src/application-service-appstore.h

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2012-12-18 20:22:45 UTC
  • mfrom: (236.1.1 indicator-application)
  • Revision ID: tarmac-20121218202245-wkeq4qqxrxmw2947
Indicator-application: removing the deprecated approver support.

Approved by Ted Gould, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
void  application_service_appstore_application_remove     (ApplicationServiceAppstore *   appstore,
64
64
                                                           const gchar *             dbus_name,
65
65
                                                           const gchar *             dbus_object);
66
 
void  application_service_appstore_approver_add           (ApplicationServiceAppstore *   appstore,
67
 
                                                           const gchar *             dbus_name,
68
 
                                                           const gchar *             dbus_object);
69
66
gchar** application_service_appstore_application_get_list (ApplicationServiceAppstore *   appstore);
70
67
 
71
68
G_END_DECLS