
Go to the source code of this file.
Functions | |
| gboolean | main_get_background (void) |
| void | main_report_new_content () |
Definition in file main.h.
| gboolean main_get_background | ( | void | ) |
Definition at line 106 of file main.c.
00107 { 00108 DL_LOGPRINTF("entry"); 00109 return g_background; 00110 }
| void main_report_new_content | ( | ) |
Definition at line 112 of file main.c.
00113 { 00114 DL_LOGPRINTF("entry"); 00115 clNewContent(contentListerChannel); 00116 }

1.5.6