[kdbus] Integrate kdbus core with new API.
[platform/upstream/glib.git] / gio / gcontenttype-win32.c
index 40c8cf4..24a02ed 100644 (file)
@@ -15,9 +15,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Alexander Larsson <alexl@redhat.com>
  */
@@ -244,6 +242,18 @@ g_content_type_get_icon (const gchar *type)
   return G_ICON (themed_icon);
 }
 
+GIcon *
+g_content_type_get_symbolic_icon (const gchar *type)
+{
+  return g_content_type_get_icon (type);
+}
+
+gchar *
+g_content_type_get_generic_icon_name (const gchar *type)
+{
+  return NULL;
+}
+
 gboolean
 g_content_type_can_be_executable (const gchar *type)
 {