#include "egg-recent-item.h"Go to the source code of this file.
| #define EGG_IS_RECENT_MODEL | ( | obj | ) | G_TYPE_CHECK_INSTANCE_TYPE (obj, egg_recent_model_get_type ()) |
| #define EGG_RECENT_GROUP_LAUNCHERS "Launchers" |
| #define EGG_RECENT_MODEL | ( | obj | ) | G_TYPE_CHECK_INSTANCE_CAST (obj, EGG_TYPE_RECENT_MODEL, EggRecentModel) |
| #define EGG_RECENT_MODEL_CLASS | ( | klass | ) | G_TYPE_CHECK_CLASS_CAST (klass, EGG_TYPE_RECENT_MODEL, EggRecentModelClass) |
| #define EGG_TYPE_RECENT_MODEL (egg_recent_model_get_type ()) |
| typedef struct _EggRecentModel EggRecentModel |
| typedef struct _EggRecentModelClass EggRecentModelClass |
| typedef struct _EggRecentModelPrivate EggRecentModelPrivate |
| enum EggRecentModelSort |
| gboolean egg_recent_model_add | ( | EggRecentModel * | model, | |
| const gchar * | uri | |||
| ) |
| void egg_recent_model_add_filter_mime_type | ( | EggRecentModel * | model, | |
| const gchar * | mime_type | |||
| ) |
| gboolean egg_recent_model_add_full | ( | EggRecentModel * | model, | |
| EggRecentItem * | item | |||
| ) |
| void egg_recent_model_changed | ( | EggRecentModel * | model | ) |
| void egg_recent_model_clear | ( | EggRecentModel * | model | ) |
| gboolean egg_recent_model_delete | ( | EggRecentModel * | model, | |
| const gchar * | uri | |||
| ) |
| int egg_recent_model_get_limit | ( | EggRecentModel * | model | ) |
| GList* egg_recent_model_get_list | ( | EggRecentModel * | model | ) |
| GType egg_recent_model_get_type | ( | void | ) |
| EggRecentModel* egg_recent_model_new | ( | EggRecentModelSort | sort | ) |
| void egg_recent_model_remove_expired | ( | EggRecentModel * | model | ) |
| void egg_recent_model_set_filter_groups | ( | EggRecentModel * | model, | |
| ... | ||||
| ) |
| void egg_recent_model_set_filter_mime_types | ( | EggRecentModel * | model, | |
| ... | ||||
| ) |
| void egg_recent_model_set_filter_uri_schemes | ( | EggRecentModel * | model, | |
| ... | ||||
| ) |
| void egg_recent_model_set_limit | ( | EggRecentModel * | model, | |
| int | limit | |||
| ) |
| void egg_recent_model_set_sort | ( | EggRecentModel * | model, | |
| EggRecentModelSort | sort | |||
| ) |
1.4.7