- activate
void function(GApplication* application) activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- addPlatformData
void function(GApplication* application, GVariantBuilder* builder) addPlatformData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- afterEmit
void function(GApplication* application, GVariant* platformData) afterEmit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- beforeEmit
void function(GApplication* application, GVariant* platformData) beforeEmit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- commandLine
int function(GApplication* application, GApplicationCommandLine* commandLine) commandLine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dbusRegister
int function(GApplication* application, GDBusConnection* connection, const(char)* objectPath, GError** err) dbusRegister;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dbusUnregister
void function(GApplication* application, GDBusConnection* connection, const(char)* objectPath) dbusUnregister;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- handleLocalOptions
int function(GApplication* application, GVariantDict* options) handleLocalOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- localCommandLine
int function(GApplication* application, char*** arguments, int* exitStatus) localCommandLine;
- open
void function(GApplication* application, GFile** files, int nFiles, const(char)* hint) open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- padding
void*[8] padding;
Undocumented in source.
- parentClass
GObjectClass parentClass;
Undocumented in source.
- quitMainloop
void function(GApplication* application) quitMainloop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- runMainloop
void function(GApplication* application) runMainloop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- shutdown
void function(GApplication* application) shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- startup
void function(GApplication* application) startup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Virtual function table for #GApplication.