Method
RBDisplayPageget_status
Declaration [src]
void
rb_display_page_get_status (
RBDisplayPage* page,
char** text,
gboolean* busy
)
Parameters
text
-
Type:
char**
Holds the returned status text.
The argument will be modified by the function. The argument can be set to NULL
by the method.The caller of the method takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string. busy
-
Type:
gboolean*
Holds the busy status.
The argument will be modified by the function. The argument can be set to NULL
by the method.