~ubuntu-branches/ubuntu/vivid/libnotify/vivid

« back to all changes in this revision

Viewing changes to libnotify/notification.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-09-10 16:05:37 UTC
  • mfrom: (10.1.3 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130910160537-u0v1o8p7h0too280
Tags: 0.7.6-1ubuntu1
debian/patches/revert_api_change.patch: revert commit that changed
the gir api, at least until code is ported in other components

Show diffs side-by-side

added added

removed removed

Lines of Context:
1019
1019
 * @notification: The notification.
1020
1020
 * @action: The action ID.
1021
1021
 * @label: The human-readable action label.
1022
 
 * @callback: The action's callback function.
1023
 
 * @user_data: Optional custom data to pass to @callback.
1024
 
 * @free_func: (type GLib.DestroyNotify): An optional function to free @user_data when the notification
 
1022
 * @callback: (scope async): The action's callback function.
 
1023
 * @user_data: (allow-none): Optional custom data to pass to @callback.
 
1024
 * @free_func: (scope async) (allow-none): An optional function to free @user_data when the notification
1025
1025
 *             is destroyed.
1026
1026
 *
1027
1027
 * Adds an action to a notification. When the action is invoked, the