Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dwatch.c595 WatchInt *watch_int = WATCH_INT( watch ); in watch_int_update()
624 WatchInt *watch_int = WATCH_INT( watch ); in watch_int_get_value()
641 watch_int_init( WatchInt *watch_int ) in watch_int_init()
663 sizeof( WatchInt ), in watch_int_get_type()
678 WatchInt *watch_int = WATCH_INT( g_object_new( TYPE_WATCH_INT, NULL ) ); in watch_int_new()
H A Dwatch.h126 typedef struct _WatchInt WatchInt; typedef
130 (G_TYPE_CHECK_INSTANCE_CAST( (obj), TYPE_WATCH_INT, WatchInt ))