Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GApplicationCommandLineClass Struct Reference

#include <gapplicationcommandline.h>

Data Fields

GObjectClass parent_class
 
void(* print_literal )(GApplicationCommandLine *cmdline, const gchar *message)
 
void(* printerr_literal )(GApplicationCommandLine *cmdline, const gchar *message)
 
GInputStream *(* get_stdin )(GApplicationCommandLine *cmdline)
 
void(* done )(GApplicationCommandLine *cmdline)
 
gpointer padding [10]
 

Detailed Description

Definition at line 60 of file gapplicationcommandline.h.

Field Documentation

◆ done

void(* _GApplicationCommandLineClass::done) (GApplicationCommandLine *cmdline)

Definition at line 70 of file gapplicationcommandline.h.

◆ get_stdin

GInputStream *(* _GApplicationCommandLineClass::get_stdin) (GApplicationCommandLine *cmdline)

Definition at line 69 of file gapplicationcommandline.h.

◆ padding

gpointer _GApplicationCommandLineClass::padding[10]

Definition at line 72 of file gapplicationcommandline.h.

◆ parent_class

GObjectClass _GApplicationCommandLineClass::parent_class

Definition at line 63 of file gapplicationcommandline.h.

◆ print_literal

void(* _GApplicationCommandLineClass::print_literal) (GApplicationCommandLine *cmdline, const gchar *message)

Definition at line 65 of file gapplicationcommandline.h.

◆ printerr_literal

void(* _GApplicationCommandLineClass::printerr_literal) (GApplicationCommandLine *cmdline, const gchar *message)

Definition at line 67 of file gapplicationcommandline.h.


The documentation for this struct was generated from the following file: