diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-01-04 03:27:04 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-01-04 03:27:04 +0800 |
commit | 82a6f3e75f4e46be84fc3d650918badc8e1563a1 (patch) | |
tree | 96587b0254d758753372297b75b2195b3ccdb19c /lib/ephy-dialog.c | |
parent | 93497400220851d93705a0340dbff5d8d45d176f (diff) | |
download | gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.tar gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.tar.gz gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.tar.bz2 gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.tar.lz gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.tar.xz gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.tar.zst gsoc2013-epiphany-82a6f3e75f4e46be84fc3d650918badc8e1563a1.zip |
Prefix class structs with '_' so that the python code generator finds it.
2005-01-03 Crispin Flowerday <gnome@flowerday.cx>
* lib/ephy-dialog.c:
* lib/ephy-dialog.h: Prefix class structs with '_'
so that the python code generator finds it.
Diffstat (limited to 'lib/ephy-dialog.c')
-rw-r--r-- | lib/ephy-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c index 036079312..117424648 100644 --- a/lib/ephy-dialog.c +++ b/lib/ephy-dialog.c @@ -74,7 +74,7 @@ typedef struct #define EPHY_DIALOG_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_DIALOG, EphyDialogPrivate)) -struct EphyDialogPrivate +struct _EphyDialogPrivate { char *name; |