GtkData

Name

GtkData —

Synopsis


#include <gtk/gtk.h>


struct      GtkData;

Object Hierarchy


  GtkObject
   +----GtkData

Signal Prototypes


"disconnect"
            void        user_function      (GtkData *data,
                                            gpointer user_data);

Description

Details

struct GtkData

struct GtkData;

Signals

The "disconnect" signal

void        user_function                  (GtkData *data,
                                            gpointer user_data);

data :the object which received the signal.
user_data :user data set when the signal handler was connected.