gwenhywfar 5.14.1
libtest.c File Reference
#include "config.h"
#include "gtk2_gui.h"
#include "../testdialogs/dlg_test.h"
#include "../testdialogs/dlg_test2.h"
#include <gwenhywfar/gwenhywfar.h>
#include <gwenhywfar/gui.h>
#include <gwenhywfar/dialog.h>
#include <gwenhywfar/debug.h>
#include <unistd.h>
Include dependency graph for gtk2/libtest.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
int test1 (int argc, char **argv)
int test2 (int argc, char **argv)
int test3 (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 165 of file gtk2/libtest.c.

References test1(), test2(), and test3().

Here is the call graph for this function:

◆ test1()

int test1 ( int argc,
char ** argv )

Definition at line 28 of file gtk2/libtest.c.

References DBG_ERROR_ERR, Dlg_Test1_new(), Gtk2_Gui_new(), GWEN_Gui_ExecDialog(), GWEN_Gui_SetGui(), GWEN_Init(), GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Info, and NULL.

Here is the call graph for this function:

◆ test2()

int test2 ( int argc,
char ** argv )

◆ test3()

int test3 ( int argc,
char ** argv )

Definition at line 128 of file gtk2/libtest.c.

References DBG_ERROR_ERR, Dlg_Test2_new(), Gtk2_Gui_new(), GWEN_Gui_ExecDialog(), GWEN_Gui_SetGui(), GWEN_Init(), GWEN_Logger_SetLevel(), GWEN_LoggerLevel_Info, and NULL.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: