[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebindings/qtruby/rubylib/qtruby/lib/Qt
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2006-06-06 12:57:24
Message-ID: 1149598644.205841.5012.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 548733 by rdale:

* Make signals for classes marked as 'D-Bus Interface' Q_SCRIPTABLE so they
  get forwarded to the bus


 M  +5 -1      qtruby.rb  


--- trunk/KDE/kdebindings/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb #548732:548733
@@ -1924,7 +1924,11 @@
 				data.push string_table.call(entry.full_name.delete("^,"))	# parameters
 				data.push string_table.call("")				# type, "" means void
 				data.push string_table.call("")				# tag
-				data.push MethodSignal | AccessProtected	# flags, always protected for now
+				if dbus
+					data.push MethodScriptable | MethodSignal | AccessPublic
+				else
+					data.push MethodSignal | AccessProtected	# flags, always protected for now
+				end
 			end
 
 			slots.each do |entry|
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic