~kvalo/indicator-network/bug-739312

« back to all changes in this revision

Viewing changes to tests/mock-notify-notification.c

  • Committer: Kalle Valo
  • Date: 2011-03-08 09:47:35 UTC
  • mfrom: (157.1.1 bug-720753)
  • Revision ID: kalle.valo@canonical.com-20110308094735-4skoa2lqizl7p5is
MergeĀ lp:~kvalo/indicator-network/bug-720753

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
NotifyNotification *notify_notification_new(const gchar *summary,
38
38
                                            const gchar *body,
39
 
                                            const gchar *icon,
40
 
                                            GtkWidget *attach)
 
39
                                            const gchar *icon)
41
40
{
42
41
  return NULL;
43
42
}