| Top |
| #define | ide_is_flatpak |
| const gchar * | ide_gettext () |
| GThread * | ide_get_main_thread () |
| IdeProcessKind | ide_get_process_kind () |
| const gchar * | ide_get_application_id () |
| void | ide_set_application_id () |
| const gchar * | ide_get_program_name () |
| gchar * | ide_get_system_arch () |
| const gchar * | ide_get_system_type () |
| gchar * | ide_create_host_triplet () |
| gsize | ide_get_system_page_size () |
| gchar * | ide_get_relocatable_path () |
GThread *
ide_get_main_thread (void);
Gets GThread of the main thread.
Generally this is used by macros to determine what thread they code is currently running within.
Since: 3.32
IdeProcessKind
ide_get_process_kind (void);
Gets the kind of process we're running as.
Since: 3.32
void
ide_set_application_id (const gchar *app_id);
Sets the application id that will be used.
This must be set at application startup before any GApplication has connected to the D-Bus.
The default is "org.gnome.Builder".
Since: 3.32
gchar * ide_create_host_triplet (const gchar *arch,const gchar *kernel,const gchar *system);