aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbars-model.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 06:30:10 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 06:30:10 +0800
commit8e5cf69f57543113f3552cb9695f20c3f6bf90e7 (patch)
treeb923fb2c376447e2bbddceb058c21b1b65d51fce /lib/egg/egg-toolbars-model.h
parent8e14935d12df22d9a2df02f6c346b8f799eb7098 (diff)
downloadgsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.tar
gsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.tar.gz
gsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.tar.bz2
gsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.tar.lz
gsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.tar.xz
gsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.tar.zst
gsoc2013-epiphany-8e5cf69f57543113f3552cb9695f20c3f6bf90e7.zip
Revert "lib/egg: update to libegg master"
This reverts commit 7eee8821583e67a4be06387e9a6bc9d8cb822207.
Diffstat (limited to 'lib/egg/egg-toolbars-model.h')
-rw-r--r--lib/egg/egg-toolbars-model.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/egg/egg-toolbars-model.h b/lib/egg/egg-toolbars-model.h
index baca4862c..b93e7c1f7 100644
--- a/lib/egg/egg-toolbars-model.h
+++ b/lib/egg/egg-toolbars-model.h
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
+ *
* $Id$
*/
@@ -22,7 +22,6 @@
#define EGG_TOOLBARS_MODEL_H
#include <glib.h>
-#include <glib-object.h>
#include <gdk/gdk.h>
G_BEGIN_DECLS
@@ -98,19 +97,19 @@ typedef struct EggToolbarsItemType EggToolbarsItemType;
struct EggToolbarsItemType
{
GdkAtom type;
-
+
gboolean (* has_data) (EggToolbarsItemType *type,
const char *name);
char * (* get_data) (EggToolbarsItemType *type,
const char *name);
-
+
char * (* new_name) (EggToolbarsItemType *type,
const char *data);
char * (* get_name) (EggToolbarsItemType *type,
const char *data);
};
-GType egg_tb_model_flags_get_type (void);
+GType egg_tb_model_flags_get_type (void);
GType egg_toolbars_model_get_type (void);
EggToolbarsModel *egg_toolbars_model_new (void);
gboolean egg_toolbars_model_load_names (EggToolbarsModel *model,