Functions
desktop_about_dialog_new ()
GtkWidget *
desktop_about_dialog_new (void
);
desktop_about_dialog_set_artists ()
void
desktop_about_dialog_set_artists (GtkWidget *about
,
char const *artists[]
);
desktop_about_dialog_set_authors ()
void
desktop_about_dialog_set_authors (GtkWidget *about
,
char const *authors[]
);
desktop_about_dialog_set_comments ()
void
desktop_about_dialog_set_comments (GtkWidget *about
,
char const *comments
);
desktop_about_dialog_set_copyright ()
void
desktop_about_dialog_set_copyright (GtkWidget *about
,
char const *copyright
);
desktop_about_dialog_set_license ()
void
desktop_about_dialog_set_license (GtkWidget *about
,
char const *license
);
desktop_about_dialog_set_logo_icon_name ()
void
desktop_about_dialog_set_logo_icon_name
(GtkWidget *about
,
char const *icon
);
desktop_about_dialog_set_name ()
void
desktop_about_dialog_set_name (GtkWidget *about
,
char const *name
);
desktop_about_dialog_set_program_name ()
void
desktop_about_dialog_set_program_name (GtkWidget *about
,
char const *name
);
desktop_about_dialog_set_translator_credits ()
void
desktop_about_dialog_set_translator_credits
(GtkWidget *about
,
char const *translator
);
desktop_about_dialog_set_version ()
void
desktop_about_dialog_set_version (GtkWidget *about
,
char const *version
);
desktop_about_dialog_set_website ()
void
desktop_about_dialog_set_website (GtkWidget *about
,
char const *website
);