mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-06 00:05:26 -04:00
Include string.h
2001-06-28 Ravi Pratap <ravi@che.iitm.ac.in> * src/glade-project.c : Include string.h * src/glade-parameter.c : Ditto * src/glade-widget-class.c : Ditto * src/glade-placeholder.c : Ditto * src/glade-property.c : Ditto * src/glade-xml-utils.c : Ditto * src/glade-editor.c : Ditto * src/glade-choice.c : Ditto
This commit is contained in:
parent
cc9dfb4d7c
commit
9de1c2aff5
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2001-06-28 Ravi Pratap <ravi@che.iitm.ac.in>
|
||||
|
||||
* src/glade-project.c : Include string.h
|
||||
|
||||
* src/glade-parameter.c : Ditto
|
||||
|
||||
* src/glade-widget-class.c : Ditto
|
||||
|
||||
* src/glade-placeholder.c : Ditto
|
||||
|
||||
* src/glade-property.c : Ditto
|
||||
|
||||
* src/glade-xml-utils.c : Ditto
|
||||
|
||||
* src/glade-editor.c : Ditto
|
||||
|
||||
* src/glade-choice.c : Ditto
|
||||
|
||||
2001-06-28 Archit Baweja <bighead@crosswinds.net>
|
||||
|
||||
* src/glade.h (GLADE_TAB_GET_TYPE_FUNCTION): new #define.
|
||||
|
@ -20,6 +20,8 @@
|
||||
* Chema Celorio <chema@celorio.com>
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "glade.h"
|
||||
#include "glade-xml-utils.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include "glade.h"
|
||||
#include "glade-project.h"
|
||||
#include "glade-project-window.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "glade-xml-utils.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user