Home
last modified time | relevance | path

Searched refs:GmpcProgress (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gmpc/gmpc-11.8.16/src/Widgets/
H A Dgmpc-progress.c463 GmpcProgress* gmpc_progress_construct (GType object_type) { in gmpc_progress_construct()
464 GmpcProgress * self = NULL; in gmpc_progress_construct()
465 self = (GmpcProgress*) g_object_new (object_type, NULL); in gmpc_progress_construct()
470 GmpcProgress* gmpc_progress_new (void) { in gmpc_progress_new()
475 gboolean gmpc_progress_get_hide_text (GmpcProgress* self) { in gmpc_progress_get_hide_text()
483 void gmpc_progress_set_hide_text (GmpcProgress* self, gboolean value) { in gmpc_progress_set_hide_text()
533 GmpcProgress * self; in gmpc_progress_constructor()
586 static void gmpc_progress_instance_init (GmpcProgress * self) { in gmpc_progress_instance_init()
602 GmpcProgress * self; in gmpc_progress_finalize()
630 GmpcProgress * self; in _vala_gmpc_progress_get_property()
[all …]
/dports/audio/gmpc/gmpc-11.8.16/src/
H A Dgmpc-extras.h38 #define GMPC_PROGRESS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GMPC_TYPE_PROGRESS, GmpcProgress))
44 typedef struct _GmpcProgress GmpcProgress; typedef
818 void gmpc_progress_set_time (GmpcProgress* self, guint total, guint current);
819 GmpcProgress* gmpc_progress_new (void);
820 GmpcProgress* gmpc_progress_construct (GType object_type);
821 gboolean gmpc_progress_get_hide_text (GmpcProgress* self);
822 void gmpc_progress_set_hide_text (GmpcProgress* self, gboolean value);