~ubuntu-branches/ubuntu/saucy/libnotify/saucy

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/notification.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Loic Minier, Sebastian Dröge
  • Date: 2009-03-05 08:11:37 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090305081137-z6uqrh97jkqs9gfd
[ Loic Minier ]
* Include clean-la.mk; build-dep on gnome-pkg-tools >= 0.7.

[ Sebastian Dröge ]
* debian/control:
  + Add myself to uploaders.
  + Update Standards-Version to 3.8.0.
  + Use ${binary:Version} instead of ${Source-Version} to make the
    package binNMU save.
* New upstream release (Closes: #510931):
  + Fixes include of non-toplevel header of GTK (Closes: #508329).
  + debian/rules:
    - Update shlibs to >= 0.4.5 for new API.
  + debian/control:
    - Build-depend on dbus-glib >= 0.76.
* debian/patches/01_hurd-path-max.patch:
  + Fix FTBFS on hurd-i386, thanks to Michael Banck for the patch.
    (Closes: #483157).
* debian/patches/99_ltmain_as-needed.patch:
  + Remove some unneeded dependencies from the library by using
    --as-needed for linking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
</para>
63
63
 
 
64
<!-- ##### ARG NotifyNotification:closed-reason ##### -->
 
65
<para>
 
66
 
 
67
</para>
 
68
 
64
69
<!-- ##### ARG NotifyNotification:icon-name ##### -->
65
70
<para>
66
71
 
67
72
</para>
68
73
 
 
74
<!-- ##### ARG NotifyNotification:id ##### -->
 
75
<para>
 
76
 
 
77
</para>
 
78
 
69
79
<!-- ##### ARG NotifyNotification:status-icon ##### -->
70
80
<para>
71
81
 
93
103
An action callback function.
94
104
</para>
95
105
 
 
106
@notification: 
 
107
@action: 
 
108
@user_data: 
 
109
<!-- # Unused Parameters # -->
96
110
@Param1: The notification.
97
111
@Param2: The action ID.
98
112
@Param3: User data.