~robertcarr/webapps-old/libunity-webapps

« back to all changes in this revision

Viewing changes to src/unity-webapps-notification.h

  • Committer: Robert Carr
  • Date: 2011-11-16 17:04:47 UTC
  • Revision ID: racarr@canonical.com-20111116170447-509wuyn7rastb239
Implement the notification API

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef __UNITY_WEBAPPS_NOTIFICATION_H
23
23
#define __UNITY_WEBAPPS_NOTIFICATION_H
24
24
 
25
 
#include <glib.h>
 
25
#include "unity-webapps.h"
26
26
 
27
27
gboolean unity_webapps_notification_send (const gchar *summary, const gchar *body, const gchar *icon_url);
28
28