Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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[]
]
)
Поскольку 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.