libnotify0.7.patch 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. diff -up notify-python-0.1.1/src/pynotify.defs.notify070 notify-python-0.1.1/src/pynotify.defs
  2. --- notify-python-0.1.1/src/pynotify.defs.notify070 2010-11-02 17:11:14.928179237 -0400
  3. +++ notify-python-0.1.1/src/pynotify.defs 2010-11-02 17:11:51.153180231 -0400
  4. @@ -38,7 +38,6 @@
  5. '("const-gchar*" "summary")
  6. '("const-gchar*" "message" (null-ok) (default "NULL"))
  7. '("const-gchar*" "icon" (null-ok) (default "NULL"))
  8. - '("GtkWidget*" "attach" (null-ok) (default "NULL"))
  9. )
  10. )
  11. @@ -53,24 +52,6 @@
  12. )
  13. )
  14. -(define-method attach_to_widget
  15. - (of-object "NotifyNotification")
  16. - (c-name "notify_notification_attach_to_widget")
  17. - (return-type "none")
  18. - (parameters
  19. - '("GtkWidget*" "attach")
  20. - )
  21. -)
  22. -
  23. -(define-method attach_to_status_icon
  24. - (of-object "NotifyNotification")
  25. - (c-name "notify_notification_attach_to_status_icon")
  26. - (return-type "none")
  27. - (parameters
  28. - '("GtkStatusIcon*" "attach")
  29. - )
  30. -)
  31. -
  32. (define-method show
  33. (of-object "NotifyNotification")
  34. (c-name "notify_notification_show")