Update project icon.
[GB.DBUS] * NEW: Update project icon. * NEW: Update documentation.
This commit is contained in:
parent
e54c4e50a4
commit
38c5c3b32a
5 changed files with 9 additions and 1 deletions
BIN
gb.dbus/src/gb.dbus/.hidden/icon.png
Normal file
BIN
gb.dbus/src/gb.dbus/.hidden/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 12 KiB |
|
@ -1,7 +1,8 @@
|
||||||
# Gambas Project File 3.0
|
# Gambas Project File 3.0
|
||||||
Title=gb.dbus
|
Title=gb.dbus
|
||||||
Startup=MMain
|
Startup=MMain
|
||||||
Version=3.17.90
|
Icon=.hidden/icon.png
|
||||||
|
Version=3.18.90
|
||||||
VersionFile=1
|
VersionFile=1
|
||||||
Component=gb.dbus
|
Component=gb.dbus
|
||||||
TabSize=2
|
TabSize=2
|
||||||
|
|
|
@ -37,6 +37,8 @@ Public Sub Close()
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
||||||
|
'' Return an application connected on this bus from its name.
|
||||||
|
|
||||||
Public Sub _get((Application) As String) As DBusApplication
|
Public Sub _get((Application) As String) As DBusApplication
|
||||||
|
|
||||||
Dim hApp As DBusApplication
|
Dim hApp As DBusApplication
|
||||||
|
|
|
@ -170,3 +170,8 @@ Public Sub Main()
|
||||||
'Print DBus.System._Name
|
'Print DBus.System._Name
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Public Sub Test(Input As String, Output As String)
|
||||||
|
|
||||||
|
End
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue