Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_MACHINE_COUNTER() |
GList * | ags_window_standard_machine_counter_alloc () |
AgsMachineCounter * | ags_window_find_machine_counter () |
void | ags_window_increment_machine_counter () |
void | ags_window_decrement_machine_counter () |
AgsMachineCounter * | ags_machine_counter_alloc () |
void | ags_window_show_error () |
AgsWindow * | ags_window_new () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── AgsWindow
GList *
ags_window_standard_machine_counter_alloc
();
Keep track of count of machines. Allocates a GList of well known machines.
Since: 0.5.0
AgsMachineCounter * ags_window_find_machine_counter (AgsWindow *window
,GType machine_type
);
Keep track of count of machines. Lookup window's counter.
Since: 0.5.0
void ags_window_increment_machine_counter (AgsWindow *window
,GType machine_type
);
Keep track of count of machines. Increment window's counter.
Since: 0.5.0
void ags_window_decrement_machine_counter (AgsWindow *window
,GType machine_type
);
Keep track of count of machines. Decrement window's counter.
Since: 0.5.0
AgsMachineCounter * ags_machine_counter_alloc (gchar *version
,gchar *build_id
,GType machine_type
,guint initial_value
);
Keep track of count of machines.
version |
the machine's version |
|
build_id |
the machine's build id |
|
machine_type |
the machine type |
|
initial_value |
initialize counter |
Since: 0.5.0