Changeset 2901

Show
Ignore:
Timestamp:
09/05/06 00:04:01
Author:
chipx86
Message:

Patch by lmacken to add support for Notification.attach_to_status_icon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/notify-python/AUTHORS

    r2764 r2901  
    1 Christian Hammond <chipx86@chipx86.com> 
     1Developers: 
     2 
     3    Christian Hammond <chipx86@chipx86.com> 
     4 
     5 
     6Contributors: 
     7 
     8    lmacken@redhat.com 
  • trunk/notify-python/ChangeLog

    r2900 r2901  
     1Tue 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 
    110==================== 0.1.0 ==================== 
    211 
  • trunk/notify-python/NEWS

    r2900 r2901  
     1version 0.1.1: 
     2    * Added Notification.attach_to_status_icon. 
     3 
    14version 0.1.0 (26-April-2006): 
    25    * Initial public release. 
  • trunk/notify-python/src/pynotify.defs

    r2771 r2901  
    6363) 
    6464 
     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 
    6574(define-method show 
    6675  (of-object "NotifyNotification") 
  • trunk/notify-python/src/pynotify.override

    r2776 r2901  
    134134import gtk.gdk.Pixbuf as PyGdkPixbuf_Type 
    135135import gtk.Widget as PyGtkWidget_Type 
     136import gtk.StatusIcon as PyGtkStatusIcon_Type 
    136137%% 
    137138ignore-glob