Changeset 2901
- Timestamp:
- 09/05/06 00:04:01
- Files:
-
- trunk/notify-python/AUTHORS (modified) (1 diff)
- trunk/notify-python/ChangeLog (modified) (1 diff)
- trunk/notify-python/NEWS (modified) (1 diff)
- trunk/notify-python/src/pynotify.defs (modified) (1 diff)
- trunk/notify-python/src/pynotify.override (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/notify-python/AUTHORS
r2764 r2901 1 Christian Hammond <chipx86@chipx86.com> 1 Developers: 2 3 Christian Hammond <chipx86@chipx86.com> 4 5 6 Contributors: 7 8 lmacken@redhat.com trunk/notify-python/ChangeLog
r2900 r2901 1 Tue Sep 05 00:01:04 PDT 2006 Christian Hammond <chipx86@chipx86.com> 2 3 * src/pynotify.defs: 4 * src/pynotify.override: 5 * AUTHORS: 6 * NEWS: 7 - Patch by lmacken to add support for 8 Notification.attach_to_status_icon. 9 1 10 ==================== 0.1.0 ==================== 2 11 trunk/notify-python/NEWS
r2900 r2901 1 version 0.1.1: 2 * Added Notification.attach_to_status_icon. 3 1 4 version 0.1.0 (26-April-2006): 2 5 * Initial public release. trunk/notify-python/src/pynotify.defs
r2771 r2901 63 63 ) 64 64 65 (define-method attach_to_status_icon 66 (of-object "NotifyNotification") 67 (c-name "notify_notification_attach_to_status_icon") 68 (return-type "none") 69 (parameters 70 '("GtkStatusIcon*" "attach") 71 ) 72 ) 73 65 74 (define-method show 66 75 (of-object "NotifyNotification") trunk/notify-python/src/pynotify.override
r2776 r2901 134 134 import gtk.gdk.Pixbuf as PyGdkPixbuf_Type 135 135 import gtk.Widget as PyGtkWidget_Type 136 import gtk.StatusIcon as PyGtkStatusIcon_Type 136 137 %% 137 138 ignore-glob
