Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gappinfo.h>
Data Fields | |
GObjectClass | parent_class |
char *(* | get_display )(GAppLaunchContext *context, GAppInfo *info, GList *files) |
char *(* | get_startup_notify_id )(GAppLaunchContext *context, GAppInfo *info, GList *files) |
void(* | launch_failed )(GAppLaunchContext *context, const char *startup_notify_id) |
void(* | launched )(GAppLaunchContext *context, GAppInfo *info, GVariant *platform_data) |
void(* | launch_started )(GAppLaunchContext *context, GAppInfo *info, GVariant *platform_data) |
void(* | _g_reserved1 )(void) |
void(* | _g_reserved2 )(void) |
void(* | _g_reserved3 )(void) |
Definition at line 309 of file gappinfo.h.
void(* _GAppLaunchContextClass::_g_reserved1) (void) |
Definition at line 329 of file gappinfo.h.
void(* _GAppLaunchContextClass::_g_reserved2) (void) |
Definition at line 330 of file gappinfo.h.
void(* _GAppLaunchContextClass::_g_reserved3) (void) |
Definition at line 331 of file gappinfo.h.
char *(* _GAppLaunchContextClass::get_display) (GAppLaunchContext *context, GAppInfo *info, GList *files) |
Definition at line 313 of file gappinfo.h.
char *(* _GAppLaunchContextClass::get_startup_notify_id) (GAppLaunchContext *context, GAppInfo *info, GList *files) |
Definition at line 316 of file gappinfo.h.
void(* _GAppLaunchContextClass::launch_failed) (GAppLaunchContext *context, const char *startup_notify_id) |
Definition at line 319 of file gappinfo.h.
void(* _GAppLaunchContextClass::launch_started) (GAppLaunchContext *context, GAppInfo *info, GVariant *platform_data) |
Definition at line 324 of file gappinfo.h.
void(* _GAppLaunchContextClass::launched) (GAppLaunchContext *context, GAppInfo *info, GVariant *platform_data) |
Definition at line 321 of file gappinfo.h.
GObjectClass _GAppLaunchContextClass::parent_class |
Definition at line 311 of file gappinfo.h.