Initial port to GNOME2, removal of gtkhtml deps.
2001-11-26 Richard Hestilow <hestilow@ximian.com> * Initial port to GNOME2, removal of gtkhtml deps.
This commit is contained in:
parent
575c8e852f
commit
45c1c24057
12 changed files with 867 additions and 450 deletions
|
@ -25,6 +25,7 @@
|
|||
#define __CAPPLET_DIR_H
|
||||
|
||||
#include <gnome.h>
|
||||
#include <libgnome/gnome-desktop-item.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#define CAPPLET_DIR_ENTRY(obj) ((CappletDirEntry *) obj)
|
||||
|
@ -48,7 +49,8 @@ typedef enum {
|
|||
struct _CappletDirEntry
|
||||
{
|
||||
CappletEntryType type;
|
||||
GnomeDesktopEntry *entry;
|
||||
GnomeDesktopItem *entry;
|
||||
gchar **exec;
|
||||
gchar *label;
|
||||
gchar *icon;
|
||||
gchar *path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue