~ubuntu-branches/ubuntu/oneiric/cairo-dock/oneiric

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-notifications.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-09-07 20:31:25 UTC
  • mto: (18.1.1 cairo-dock) (19.1.1 cairo-dock)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100907203125-a91ch8odv2r6ziic
Tags: upstream-2.2.0~0rc1
ImportĀ upstreamĀ versionĀ 2.2.0~0rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
                _cairo_dock_notify(pNotificationRecordList, bStop, ##__VA_ARGS__);}\
308
308
        } while (0)
309
309
 
310
 
/** Broadcast a notification form a given container.
 
310
/** Broadcast a notification from a given container.
311
311
*@param pContainer the container.
312
312
*@param iNotifType type of the notification.
313
313
*@param ... parameters to be passed to the callbacks that has registerd to this notification.