Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
DBusApplication.Raise (gb.dbus)
Sub
Raise
(
Object
As
DBusObject
,
Signal
As
String
[
,
Arguments
As
Variant[]
]
)
Since 3.9
Make a D-Bus object send a specific signal to the bus it is registered.
Object
is the object that sends the signal.
Signal
is the name of the signal.
Arguments
are the arguments of the signal.