Object Hierarchy
GObject
+----GisWorld
Details
GisWorld
typedef struct _GisWorld GisWorld;
gis_world_new ()
GisWorld * gis_world_new ();
gis_world_refresh ()
void gis_world_refresh (GisWorld *world);
gis_world_set_offline ()
void gis_world_set_offline (GisWorld *world,
gboolean offline);
Signal Details
The "offline"
signal
void user_function (GisWorld *gisworld,
gboolean arg1,
gpointer user_data) : Run Last
gisworld :
|
the object which received the signal.
|
arg1 :
|
|
user_data :
|
user data set when the signal handler was connected. |
The "refresh"
signal
void user_function (GisWorld *gisworld,
gpointer user_data) : Run Last
gisworld :
|
the object which received the signal.
|
user_data :
|
user data set when the signal handler was connected. |