Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/examples/cursor/
H A Dcursor-navigator.c23 static void cursor_navigator_constructed (GObject *object);
64 object_class->constructed = cursor_navigator_constructed; in cursor_navigator_class_init()
89 cursor_navigator_constructed (GObject *object) in cursor_navigator_constructed() function