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

#include <gactionmap.h>

Data Fields

GTypeInterface g_iface
 
GAction *(* lookup_action )(GActionMap *action_map, const gchar *action_name)
 
void(* add_action )(GActionMap *action_map, GAction *action)
 
void(* remove_action )(GActionMap *action_map, const gchar *action_name)
 

Detailed Description

Definition at line 45 of file gactionmap.h.

Field Documentation

◆ add_action

void(* _GActionMapInterface::add_action) (GActionMap *action_map, GAction *action)

Definition at line 51 of file gactionmap.h.

◆ g_iface

GTypeInterface _GActionMapInterface::g_iface

Definition at line 47 of file gactionmap.h.

◆ lookup_action

GAction *(* _GActionMapInterface::lookup_action) (GActionMap *action_map, const gchar *action_name)

Definition at line 49 of file gactionmap.h.

◆ remove_action

void(* _GActionMapInterface::remove_action) (GActionMap *action_map, const gchar *action_name)

Definition at line 53 of file gactionmap.h.


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