~awn-core/awn/trunk-rewrite

« back to all changes in this revision

Viewing changes to bindings/python/awn.defs

  • Committer: R. Cryderman
  • Date: 2009-12-30 20:50:49 UTC
  • Revision ID: rcryderman@gmail.com-20091230205049-1zhl1wstn51gca53
* bindings/python/awn.defs:
        Some fixes for the AwnPixbufCache python bindings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1133
1133
  (return-type "none")
1134
1134
  (parameters
1135
1135
    '("GdkPixbuf *" "pbuf")
1136
 
    '("const gchar *" "scope")
1137
 
    '("const gchar *" "theme_name")
1138
 
    '("const gchar *" "icon_name")
 
1136
    '("const-gchar*" "scope")
 
1137
    '("const-gchar*" "theme_name")
 
1138
    '("const-gchar*" "icon_name")
1139
1139
  )
1140
1140
)
1141
1141
 
1145
1145
  (return-type "none")
1146
1146
  (parameters
1147
1147
    '("GdkPixbuf *" "pbuf")
1148
 
    '("const gchar *" "simple_key")
 
1148
    '("const-gchar*" "simple_key")
1149
1149
  )
1150
1150
)
1151
1151
 
1154
1154
  (c-name "awn_pixbuf_cache_insert_null_result")
1155
1155
  (return-type "none")
1156
1156
  (parameters
1157
 
    '("const gchar *" "scope")
1158
 
    '("const gchar *" "theme_name")
1159
 
    '("const gchar *" "icon_name")
 
1157
    '("const-gchar*" "scope")
 
1158
    '("const-gchar*" "theme_name")
 
1159
    '("const-gchar*" "icon_name")
1160
1160
    '("gint" "width")
1161
1161
    '("gint" "height")
1162
1162
  )
1168
1168
  (return-type "GdkPixbuf*")
1169
1169
  (caller-owns-return #t)
1170
1170
  (parameters
1171
 
    '("const gchar *" "scope")
1172
 
    '("const gchar *" "theme_name")
1173
 
    '("const gchar *" "icon_name")
 
1171
    '("const-gchar*" "scope")
 
1172
    '("const-gchar*" "theme_name")
 
1173
    '("const-gchar*" "icon_name")
1174
1174
    '("gint" "width")
1175
1175
    '("gint" "height")
1176
 
    '("gboolean *" "null_result")
 
1176
    '("gboolean*" "null_result")
1177
1177
  )
1178
1178
)
1179
1179
 
1183
1183
  (return-type "GdkPixbuf*")
1184
1184
  (caller-owns-return #t)
1185
1185
  (parameters
1186
 
    '("const gchar *" "simple_key")
 
1186
    '("const-gchar*" "simple_key")
1187
1187
    '("gint" "width")
1188
1188
    '("gint" "height")
1189
1189
  )