Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkactionable.h>
Data Fields | |
GTypeInterface | g_iface |
const char *(* | get_action_name )(GtkActionable *actionable) |
void(* | set_action_name )(GtkActionable *actionable, const char *action_name) |
GVariant *(* | get_action_target_value )(GtkActionable *actionable) |
void(* | set_action_target_value )(GtkActionable *actionable, GVariant *target_value) |
Definition at line 38 of file gtkactionable.h.
GTypeInterface _GtkActionableInterface::g_iface |
Definition at line 41 of file gtkactionable.h.
const char *(* _GtkActionableInterface::get_action_name) (GtkActionable *actionable) |
Definition at line 45 of file gtkactionable.h.
GVariant *(* _GtkActionableInterface::get_action_target_value) (GtkActionable *actionable) |
Definition at line 48 of file gtkactionable.h.
void(* _GtkActionableInterface::set_action_name) (GtkActionable *actionable, const char *action_name) |
Definition at line 46 of file gtkactionable.h.
void(* _GtkActionableInterface::set_action_target_value) (GtkActionable *actionable, GVariant *target_value) |
Definition at line 49 of file gtkactionable.h.