![]() |
![]() |
![]() |
Conglomerate Programmer's Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
CongModificationCursorChange; #define CONG_MODIFICATION_CURSOR_CHANGE (obj) #define CONG_MODIFICATION_CURSOR_CHANGE_CLASS(klass) #define IS_CONG_MODIFICATION_CURSOR_CHANGE (obj) GType cong_modification_cursor_change_get_type (void); CongModificationCursorChange * cong_modification_cursor_change_construct (CongModificationCursorChange *modification_cursor_change, CongDocument *doc, const CongLocation *new_location); CongModification * cong_modification_cursor_change_new (CongDocument *doc, const CongLocation *new_location);
typedef struct _CongModificationCursorChange CongModificationCursorChange;
#define CONG_MODIFICATION_CURSOR_CHANGE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_MODIFICATION_CURSOR_CHANGE_TYPE, CongModificationCursorChange)
|
#define CONG_MODIFICATION_CURSOR_CHANGE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_MODIFICATION_CURSOR_CHANGE_TYPE, CongModificationCursorChangeClass)
|
#define IS_CONG_MODIFICATION_CURSOR_CHANGE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_MODIFICATION_CURSOR_CHANGE_TYPE)
|
GType cong_modification_cursor_change_get_type (void);
Returns : |
CongModificationCursorChange * cong_modification_cursor_change_construct (CongModificationCursorChange *modification_cursor_change, CongDocument *doc, const CongLocation *new_location);
TODO: Write me
|
|
|
|
|
|
Returns : |
CongModification * cong_modification_cursor_change_new (CongDocument *doc, const CongLocation *new_location);
TODO: Write me
|
|
|
|
Returns : |