add_other_app


Description:

[ Version ( since = "1.7" ) ]
public void add_other_app (string appid, string name, string summary)

Adds another application to this.

The application will be displayed at the bottom of the main page, in a separate section. Each added application will be presented as a row with title and summary, as well as an icon with the name appid. Clicking the row will show appid in the software center app.

This can be used to link to your other applications if you have multiple.

Example:

```c adw_about_dialog_add_other_app (ADW_ABOUT_DIALOG (about), "org.gnome.Boxes", _("Boxes"), _("Virtualization made simple")); ```

Parameters:

this

an about dialog

appid

the application ID

name

the application name

summary

the application summary