Files
clide/linux/runner/clide_app.h
T
jpmschweitzerandClaude 79342277b8
test / unit + widget + golden + a11y (push) Failing after 28s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
fix desktop integration and rename Linux runner
StartupWMClass now matches the GTK application ID
(net.schweitz.clide) so the running window groups with the
launcher icon. Desktop file installs as
net.schweitz.clide.desktop per freedesktop convention.

Renamed my_application.{cc,h} to clide_app.{cc,h} with
matching GObject type (ClideApp / CLIDE_APP).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-03 22:12:05 +02:00

11 lines
188 B
C

#ifndef CLIDE_APP_H_
#define CLIDE_APP_H_
#include <gtk/gtk.h>
G_DECLARE_FINAL_TYPE(ClideApp, clide_app, CLIDE, APP, GtkApplication)
ClideApp* clide_app_new();
#endif // CLIDE_APP_H_