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

#include <gaction.h>

Data Fields

GTypeInterface g_iface
 
const gchar *(* get_name )(GAction *action)
 
const GVariantType *(* get_parameter_type )(GAction *action)
 
const GVariantType *(* get_state_type )(GAction *action)
 
GVariant *(* get_state_hint )(GAction *action)
 
gboolean(* get_enabled )(GAction *action)
 
GVariant *(* get_state )(GAction *action)
 
void(* change_state )(GAction *action, GVariant *value)
 
void(* activate )(GAction *action, GVariant *parameter)
 

Detailed Description

Definition at line 42 of file gaction.h.

Field Documentation

◆ activate

void(* _GActionInterface::activate) (GAction *action, GVariant *parameter)

Definition at line 57 of file gaction.h.

◆ change_state

void(* _GActionInterface::change_state) (GAction *action, GVariant *value)

Definition at line 55 of file gaction.h.

◆ g_iface

GTypeInterface _GActionInterface::g_iface

Definition at line 44 of file gaction.h.

◆ get_enabled

gboolean(* _GActionInterface::get_enabled) (GAction *action)

Definition at line 52 of file gaction.h.

◆ get_name

const gchar *(* _GActionInterface::get_name) (GAction *action)

Definition at line 47 of file gaction.h.

◆ get_parameter_type

const GVariantType *(* _GActionInterface::get_parameter_type) (GAction *action)

Definition at line 48 of file gaction.h.

◆ get_state

GVariant *(* _GActionInterface::get_state) (GAction *action)

Definition at line 53 of file gaction.h.

◆ get_state_hint

GVariant *(* _GActionInterface::get_state_hint) (GAction *action)

Definition at line 50 of file gaction.h.

◆ get_state_type

const GVariantType *(* _GActionInterface::get_state_type) (GAction *action)

Definition at line 49 of file gaction.h.


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