libnotifymm r7 - in trunk: . libnotify/src



Author: daniel
Date: Wed Mar 18 17:34:02 2009
New Revision: 7
URL: http://svn.gnome.org/viewvc/libnotifymm?rev=7&view=rev

Log:
Add missing "id" property defs

* libnotify/src/libnotify_signals.defs: Regenerate to
include the missing "id" property.

Modified:
   trunk/ChangeLog
   trunk/libnotify/src/libnotify_signals.defs

Modified: trunk/libnotify/src/libnotify_signals.defs
==============================================================================
--- trunk/libnotify/src/libnotify_signals.defs	(original)
+++ trunk/libnotify/src/libnotify_signals.defs	Wed Mar 18 17:34:02 2009
@@ -6,6 +6,15 @@
   (when "first")
 )
 
+(define-property id
+  (of-object "NotifyNotification")
+  (prop-type "GParamInt")
+  (docs "The notification ID")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property summary
   (of-object "NotifyNotification")
   (prop-type "GParamString")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]